Olive
#B19902
YellowColor Codes
All color formats for development
HEX
#B19902RGB
rgb(177, 153, 2)HSL
hsl(52, 98%, 35%)OKLCH
oklch(0.684 0.141 97.9)CMYK
cmyk(0%, 14%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F8A02
2#8D7B01
3#7C6B01
4#6A5C01
5#584D01
6#473D01
7#352E01
8#231F00
9#120F00
Tints
Lighter variations
1#D2B602
2#F2D202
3#FDDE19
4#FDE33A
5#FDE85B
6#FEEC7C
7#FEF19D
8#FEF6BD
9#FFFADE
Tones
Muted variations
1#A8930B
2#9F8D13
3#96861C
4#8E8025
5#85792E
6#7C7336
7#736C3F
8#6B6648
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEE #FEEE8B | BordersInactive statesPlaceholder text |
| 400 | FDE6 #FDE64E | Disabled statesSecondary iconsMuted text |
| 500 | FDDF #FDDF1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC1 #DEC102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B199 #B19902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6E #7E6E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5146 #514601 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFADC;
--olive-200: #FEF6BD;
--olive-300: #FEEE8B;
--olive-400: #FDE64E;
--olive-500: #FDDF1C;
--olive-600: #DEC102;
--olive-700: #B19902;
--olive-800: #7E6E01;
--olive-900: #514601;
--olive-950: #322C01;
}