Olive
#705A0F
YellowColor Codes
All color formats for development
HEX
#705A0FRGB
rgb(112, 90, 15)HSL
hsl(46, 76%, 25%)OKLCH
oklch(0.477 0.091 90.9)CMYK
cmyk(0%, 20%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65510E
2#5A480C
3#4F3F0B
4#433609
5#382D08
6#2D2406
7#221B05
8#161203
9#0B0902
Tints
Lighter variations
1#927414
2#B48F18
3#D5AA1D
4#E3BB35
5#E8C657
6#EDD278
7#F1DD9A
8#F6E8BC
9#FAF4DD
Tones
Muted variations
1#6B5714
2#675419
3#62521E
4#5D4F23
5#584D28
6#534A2C
7#4E4831
8#494536
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF4E0;
--olive-200: #F7EBC5;
--olive-300: #F1DC98;
--olive-400: #EACA62;
--olive-500: #E3BB35;
--olive-600: #C59E1B;
--olive-700: #9D7D15;
--olive-800: #705A0F;
--olive-900: #48390A;
--olive-950: #2D2406;
}