Olive
#9F9814
YellowColor Codes
All color formats for development
HEX
#9F9814RGB
rgb(159, 152, 20)HSL
hsl(57, 78%, 35%)OKLCH
oklch(0.665 0.137 106.2)CMYK
cmyk(0%, 4%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8912
2#7F7A10
3#6F6A0E
4#5F5B0C
5#4F4C0A
6#403D08
7#302E06
8#201E04
9#100F02
Tints
Lighter variations
1#BCB417
2#DAD01B
3#E5DC30
4#E9E14E
5#EDE66B
6#F0EB89
7#F4F0A6
8#F8F5C4
9#FBFAE1
Tones
Muted variations
1#98921B
2#918B22
3#8A8529
4#837F2F
5#7C7936
6#75723D
7#6E6C44
8#67664B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EBE4 #EBE460 | Disabled statesSecondary iconsMuted text |
| 500 | E6DD #E6DD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8BF #C8BF19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F98 #9F9814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716D #716D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4945 #494509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F5C4;
--olive-300: #F2EE97;
--olive-400: #EBE460;
--olive-500: #E6DD33;
--olive-600: #C8BF19;
--olive-700: #9F9814;
--olive-800: #716D0E;
--olive-900: #494509;
--olive-950: #2D2B06;
}