Olive
#B18B02
YellowColor Codes
All color formats for development
HEX
#B18B02RGB
rgb(177, 139, 2)HSL
hsl(47, 98%, 35%)OKLCH
oklch(0.654 0.133 89.1)CMYK
cmyk(0%, 21%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F7D02
2#8D6F01
3#7C6101
4#6A5301
5#584501
6#473801
7#352A01
8#231C00
9#120E00
Tints
Lighter variations
1#D2A502
2#F2BE02
3#FDCB19
4#FDD33A
5#FDDA5B
6#FEE27C
7#FEE99D
8#FEF0BD
9#FFF8DE
Tones
Muted variations
1#A8860B
2#9F8113
3#967C1C
4#8E7725
5#85722E
6#7C6D36
7#73683F
8#6B6348
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF0 #FEF0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE5 #FEE58B | BordersInactive statesPlaceholder text |
| 400 | FDD7 #FDD74E | Disabled statesSecondary iconsMuted text |
| 500 | FDCC #FDCC1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEAF #DEAF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B18B #B18B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E63 #7E6301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513F #513F01 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF7DC;
--olive-200: #FEF0BD;
--olive-300: #FEE58B;
--olive-400: #FDD74E;
--olive-500: #FDCC1C;
--olive-600: #DEAF02;
--olive-700: #B18B02;
--olive-800: #7E6301;
--olive-900: #513F01;
--olive-950: #322801;
}