Olive
#9E9E15
YellowColor Codes
All color formats for development
HEX
#9E9E15RGB
rgb(158, 158, 21)HSL
hsl(60, 77%, 35%)OKLCH
oklch(0.677 0.143 109.7)CMYK
cmyk(0%, 0%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E8E12
2#7E7E10
3#6F6F0E
4#5F5F0C
5#4F4F0A
6#3F3F08
7#2F2F06
8#202004
9#101002
Tints
Lighter variations
1#BBBB18
2#D9D91C
3#E4E432
4#E8E84F
5#ECEC6C
6#F0F08A
7#F4F4A7
8#F7F7C4
9#FBFBE2
Tones
Muted variations
1#97971B
2#909022
3#898929
4#828230
5#7C7C37
6#75753E
7#6E6E45
8#67674C
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5E5 #E5E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C7 #C7C71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E9E #9E9E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #484809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F7F7C4;
--olive-300: #F2F297;
--olive-400: #EAEA61;
--olive-500: #E5E534;
--olive-600: #C7C71A;
--olive-700: #9E9E15;
--olive-800: #71710F;
--olive-900: #484809;
--olive-950: #2D2D06;
}