Olive
#B39500
YellowColor Codes
All color formats for development
HEX
#B39500RGB
rgb(179, 149, 0)HSL
hsl(50, 100%, 35%)OKLCH
oklch(0.677 0.139 94.5)CMYK
cmyk(0%, 17%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A18600
2#8F7700
3#7D6800
4#6B5900
5#594A00
6#473C00
7#362D00
8#241E00
9#120F00
Tints
Lighter variations
1#D4B000
2#F5CC00
3#FFD817
4#FFDE38
5#FFE359
6#FFE97A
7#FFEE9C
8#FFF4BD
9#FFF9DE
Tones
Muted variations
1#AA8F09
2#A18912
3#98831B
4#8F7D24
5#86772D
6#7D7136
7#746B3E
8#6B6547
9#625F50
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF4 #FFF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEB #FFEB8A | BordersInactive statesPlaceholder text |
| 400 | FFE1 #FFE14D | Disabled statesSecondary iconsMuted text |
| 500 | FFD9 #FFD91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BB #E0BB00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B395 #B39500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806A #806A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5244 #524400 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF9DB;
--olive-200: #FFF4BD;
--olive-300: #FFEB8A;
--olive-400: #FFE14D;
--olive-500: #FFD91A;
--olive-600: #E0BB00;
--olive-700: #B39500;
--olive-800: #806A00;
--olive-900: #524400;
--olive-950: #332B00;
}