Olive
#B08703
YellowColor Codes
All color formats for development
HEX
#B08703RGB
rgb(176, 135, 3)HSL
hsl(46, 97%, 35%)OKLCH
oklch(0.645 0.131 86.9)CMYK
cmyk(0%, 23%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E7A02
2#8D6C02
3#7B5F02
4#695102
5#584401
6#463601
7#352901
8#231B01
9#120E00
Tints
Lighter variations
1#D0A103
2#F1BA04
3#FCC71A
4#FCCF3B
5#FDD75C
6#FDDF7C
7#FEE79D
8#FEEFBE
9#FFF7DE
Tones
Muted variations
1#A7830B
2#9F7E14
3#967A1D
4#8D7525
5#85702E
6#7C6C37
7#73673F
8#6B6248
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEF #FEEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE3 #FDE38B | BordersInactive statesPlaceholder text |
| 400 | FCD4 #FCD44F | Disabled statesSecondary iconsMuted text |
| 500 | FCC8 #FCC81D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDAA #DDAA03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B087 #B08703 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503E #503E01 | 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: #FEF6DC;
--olive-200: #FEEFBE;
--olive-300: #FDE38B;
--olive-400: #FCD44F;
--olive-500: #FCC81D;
--olive-600: #DDAA03;
--olive-700: #B08703;
--olive-800: #7E6102;
--olive-900: #503E01;
--olive-950: #322701;
}