Olive
#B39E00
YellowColor Codes
All color formats for development
HEX
#B39E00RGB
rgb(179, 158, 0)HSL
hsl(53, 100%, 35%)OKLCH
oklch(0.696 0.145 99.8)CMYK
cmyk(0%, 12%, 100%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A18E00
2#8F7E00
3#7D6E00
4#6B5F00
5#594F00
6#473F00
7#362F00
8#242000
9#121000
Tints
Lighter variations
1#D4BB00
2#F5D800
3#FFE417
4#FFE838
5#FFEC59
6#FFF07A
7#FFF39C
8#FFF7BD
9#FFFBDE
Tones
Muted variations
1#AA9709
2#A19012
3#98891B
4#8F8224
5#867B2D
6#7D7536
7#746E3E
8#6B6747
9#626050
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF7 #FFF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF1 #FFF18A | BordersInactive statesPlaceholder text |
| 400 | FFEA #FFEA4D | Disabled statesSecondary iconsMuted text |
| 500 | FFE4 #FFE41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0C6 #E0C600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B39E #B39E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8071 #807100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5248 #524800 | Primary textHigh emphasis contentDark headings |
| 950 | 332D #332D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDB;
--olive-200: #FFF7BD;
--olive-300: #FFF18A;
--olive-400: #FFEA4D;
--olive-500: #FFE41A;
--olive-600: #E0C600;
--olive-700: #B39E00;
--olive-800: #807100;
--olive-900: #524800;
--olive-950: #332D00;
}