Olive
#B19C02
YellowColor Codes
All color formats for development
HEX
#B19C02RGB
rgb(177, 156, 2)HSL
hsl(53, 98%, 35%)OKLCH
oklch(0.69 0.143 99.6)CMYK
cmyk(0%, 12%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F8D02
2#8D7D01
3#7C6D01
4#6A5E01
5#584E01
6#473F01
7#352F01
8#231F00
9#121000
Tints
Lighter variations
1#D2B902
2#F2D602
3#FDE219
4#FDE63A
5#FDEA5B
6#FEEF7C
7#FEF39D
8#FEF7BD
9#FFFBDE
Tones
Muted variations
1#A8960B
2#9F8F13
3#96881C
4#8E8125
5#857B2E
6#7C7436
7#736D3F
8#6B6748
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF0 #FEF08B | BordersInactive statesPlaceholder text |
| 400 | FDE9 #FDE94E | Disabled statesSecondary iconsMuted text |
| 500 | FDE2 #FDE21C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC4 #DEC402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19C #B19C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E70 #7E7001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5147 #514701 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDC;
--olive-200: #FEF7BD;
--olive-300: #FEF08B;
--olive-400: #FDE94E;
--olive-500: #FDE21C;
--olive-600: #DEC402;
--olive-700: #B19C02;
--olive-800: #7E7001;
--olive-900: #514701;
--olive-950: #322D01;
}