Olive
#B08203
OrangeColor Codes
All color formats for development
HEX
#B08203RGB
rgb(176, 130, 3)HSL
hsl(44, 97%, 35%)OKLCH
oklch(0.635 0.13 83.4)CMYK
cmyk(0%, 26%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E7502
2#8D6802
3#7B5B02
4#694E02
5#584101
6#463401
7#352701
8#231A01
9#120D00
Tints
Lighter variations
1#D09A03
2#F1B204
3#FCBF1A
4#FCC93B
5#FDD25C
6#FDDB7C
7#FEE49D
8#FEEDBE
9#FFF6DE
Tones
Muted variations
1#A77E0B
2#9F7A14
3#96761D
4#8D7125
5#856D2E
6#7C6937
7#73653F
8#6B6148
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEED #FEEDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDF #FDDF8B | BordersInactive statesPlaceholder text |
| 400 | FCCE #FCCE4F | Disabled statesSecondary iconsMuted text |
| 500 | FCC0 #FCC01D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA3 #DDA303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B082 #B08203 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5D #7E5D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503B #503B01 | Primary textHigh emphasis contentDark headings |
| 950 | 3225 #322501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF5DC;
--olive-200: #FEEDBE;
--olive-300: #FDDF8B;
--olive-400: #FCCE4F;
--olive-500: #FCC01D;
--olive-600: #DDA303;
--olive-700: #B08203;
--olive-800: #7E5D02;
--olive-900: #503B01;
--olive-950: #322501;
}