Olive
#9D9615
YellowColor Codes
All color formats for development
HEX
#9D9615RGB
rgb(157, 150, 21)HSL
hsl(57, 76%, 35%)OKLCH
oklch(0.658 0.135 106.1)CMYK
cmyk(0%, 4%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8713
2#7E7811
3#6E690F
4#5E5A0D
5#4F4B0B
6#3F3C09
7#2F2D06
8#1F1E04
9#100F02
Tints
Lighter variations
1#BAB219
2#D7CE1D
3#E3DA33
4#E7E050
5#EBE56D
6#EFEA8A
7#F3EFA7
8#F7F5C5
9#FBFAE2
Tones
Muted variations
1#96901C
2#908A23
3#89842A
4#827E31
5#7B7837
6#74723E
7#6E6C45
8#67654C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EC #F1EC98 | BordersInactive statesPlaceholder text |
| 400 | EAE3 #EAE362 | Disabled statesSecondary iconsMuted text |
| 500 | E3DB #E3DB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BD #C5BD1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D96 #9D9615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706B #706B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4845 #48450A | 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: #FDFDF2;
--olive-100: #FBF9E0;
--olive-200: #F7F5C5;
--olive-300: #F1EC98;
--olive-400: #EAE362;
--olive-500: #E3DB35;
--olive-600: #C5BD1B;
--olive-700: #9D9615;
--olive-800: #706B0F;
--olive-900: #48450A;
--olive-950: #2D2B06;
}