Ivory and Olive
Analogous color combination with 4.07:1 contrast ratio
Color Values
#FFFFCB255, 255, 20360, 100%, 90%#808010128, 128, 1660, 78%, 28%Harmony: Analogous
These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic.
The hue angle between Ivory and Olive is 0 degrees. You can explore these relationships interactively in our Color Wheel Tool.
WCAG Contrast
UI Preview
Ivory surface
Sample text on a ivory background demonstrates readability and visual hierarchy.
Olive surface
Sample text on a olive background demonstrates readability and visual hierarchy.
Design Tokens
CSS Variables
:root {
--color-a: #FFFFCB;
--color-b: #808010;
--color-a-rgb: 255, 255, 203;
--color-b-rgb: 128, 128, 16;
}JSON
{
"name": "Ivory and Olive",
"colors": [
{
"name": "Ivory",
"hex": "#FFFFCB",
"rgb": [
255,
255,
203
]
},
{
"name": "Olive",
"hex": "#808010",
"rgb": [
128,
128,
16
]
}
],
"harmony": "Analogous",
"contrastRatio": 4.07
}Related Combinations
Frequently Asked Questions
Do ivory and olive go together?
Yes. Ivory and Olive form a analogous color combination. These colors sit beside each other on the wheel, so the pairing feels calm and cohesive. Analogous schemes are easy on the eye and work well for gradients, backgrounds, and designs that want to feel settled rather than energetic. The pairing has a WCAG contrast ratio of 4.07:1, which passes AA for large text but not for body text.
What is the contrast ratio between ivory and olive?
The WCAG 2.1 contrast ratio between Ivory (#FFFFCB) and Olive (#808010) is 4.07:1. This passes AA for large text (18pt+ or 14pt+ bold) but not for normal-sized body text.
How do I use ivory and olive in design?
A safe starting point is the 60/30/10 rule: give one color about 60 percent of the surface area, the other about 30 percent, and reserve the remaining 10 percent for an accent or neutral. Because analogous colors blend naturally, you can use them in more equal proportions without visual conflict. Test the result with our Contrast Checker if text is involved.
What are the hex and RGB values for ivory and olive?
Ivory has the hex code #FFFFCB and RGB values rgb(255, 255, 203). Olive has the hex code #808010 and RGB values rgb(128, 128, 16). You can copy these directly into CSS or use the design tokens provided on this page.