Olive
#706D0F
YellowColor Codes
All color formats for development
HEX
#706D0FRGB
rgb(112, 109, 15)HSL
hsl(58, 76%, 25%)OKLCH
oklch(0.521 0.107 107.6)CMYK
cmyk(0%, 3%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65620E
2#5A570C
3#4F4C0B
4#434109
5#383608
6#2D2C06
7#222105
8#161603
9#0B0B02
Tints
Lighter variations
1#928E14
2#B4AE18
3#D5CF1D
4#E3DE35
5#E8E357
6#EDE978
7#F1EE9A
8#F6F4BC
9#FAF9DD
Tones
Muted variations
1#6B6814
2#676419
3#625F1E
4#5D5B23
5#585628
6#53522C
7#4E4D31
8#494936
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EE #F1EE98 | BordersInactive statesPlaceholder text |
| 400 | EAE5 #EAE562 | Disabled statesSecondary iconsMuted text |
| 500 | E3DE #E3DE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C0 #C5C01B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D99 #9D9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706D #706D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #48460A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FBFAE0;
--olive-200: #F7F5C5;
--olive-300: #F1EE98;
--olive-400: #EAE562;
--olive-500: #E3DE35;
--olive-600: #C5C01B;
--olive-700: #9D9915;
--olive-800: #706D0F;
--olive-900: #48460A;
--olive-950: #2D2C06;
}