Olive
#9D9B15
YellowColor Codes
All color formats for development
HEX
#9D9B15RGB
rgb(157, 155, 21)HSL
hsl(59, 76%, 35%)OKLCH
oklch(0.67 0.14 108.7)CMYK
cmyk(0%, 1%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8B13
2#7E7C11
3#6E6C0F
4#5E5D0D
5#4F4D0B
6#3F3E09
7#2F2E06
8#1F1F04
9#100F02
Tints
Lighter variations
1#BAB819
2#D7D41D
3#E3E033
4#E7E550
5#EBE96D
6#EFED8A
7#F3F2A7
8#F7F6C5
9#FBFBE2
Tones
Muted variations
1#96941C
2#908E23
3#89872A
4#828131
5#7B7A37
6#74733E
7#6E6D45
8#67664C
9#606052
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 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | 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: #F7F6C5;
--olive-300: #F1EF98;
--olive-400: #EAE762;
--olive-500: #E3E135;
--olive-600: #C5C31B;
--olive-700: #9D9B15;
--olive-800: #706F0F;
--olive-900: #48470A;
--olive-950: #2D2C06;
}