Olive
#B18802
YellowColor Codes
All color formats for development
HEX
#B18802RGB
rgb(177, 136, 2)HSL
hsl(46, 98%, 35%)OKLCH
oklch(0.648 0.132 87.1)CMYK
cmyk(0%, 23%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F7A02
2#8D6D01
3#7C5F01
4#6A5201
5#584401
6#473601
7#352901
8#231B00
9#120E00
Tints
Lighter variations
1#D2A102
2#F2BA02
3#FDC819
4#FDD03A
5#FDD75B
6#FEDF7C
7#FEE79D
8#FEEFBD
9#FFF7DE
Tones
Muted variations
1#A8830B
2#9F7F13
3#967A1C
4#8E7525
5#85712E
6#7C6C36
7#73673F
8#6B6348
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF6 #FFF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEF #FEEFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE3 #FEE38B | BordersInactive statesPlaceholder text |
| 400 | FDD4 #FDD44E | Disabled statesSecondary iconsMuted text |
| 500 | FDC8 #FDC81C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEAB #DEAB02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B188 #B18802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513E #513E01 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FFF6DC;
--olive-200: #FEEFBD;
--olive-300: #FEE38B;
--olive-400: #FDD44E;
--olive-500: #FDC81C;
--olive-600: #DEAB02;
--olive-700: #B18802;
--olive-800: #7E6101;
--olive-900: #513E01;
--olive-950: #322701;
}