Olive
#9D9D15
YellowColor Codes
All color formats for development
HEX
#9D9D15RGB
rgb(157, 157, 21)HSL
hsl(60, 76%, 35%)OKLCH
oklch(0.674 0.142 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#8D8D13
2#7E7E11
3#6E6E0F
4#5E5E0D
5#4F4F0B
6#3F3F09
7#2F2F06
8#1F1F04
9#101002
Tints
Lighter variations
1#BABA19
2#D7D71D
3#E3E333
4#E7E750
5#EBEB6D
6#EFEF8A
7#F3F3A7
8#F7F7C5
9#FBFBE2
Tones
Muted variations
1#96961C
2#909023
3#89892A
4#828231
5#7B7B37
6#74743E
7#6E6E45
8#67674C
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | 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: #FDFDF2;
--olive-100: #FBFBE0;
--olive-200: #F7F7C5;
--olive-300: #F1F198;
--olive-400: #EAEA62;
--olive-500: #E3E335;
--olive-600: #C5C51B;
--olive-700: #9D9D15;
--olive-800: #70700F;
--olive-900: #48480A;
--olive-950: #2D2D06;
}