Olive
#B09003
YellowColor Codes
All color formats for development
HEX
#B09003RGB
rgb(176, 144, 3)HSL
hsl(49, 97%, 35%)OKLCH
oklch(0.664 0.135 92.9)CMYK
cmyk(0%, 18%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E8202
2#8D7302
3#7B6502
4#695602
5#584801
6#463A01
7#352B01
8#231D01
9#120E00
Tints
Lighter variations
1#D0AB03
2#F1C604
3#FCD21A
4#FCD93B
5#FDDF5C
6#FDE57C
7#FEEC9D
8#FEF2BE
9#FFF9DE
Tones
Muted variations
1#A78B0B
2#9F8514
3#96801D
4#8D7A25
5#85752E
6#7C6F37
7#736A3F
8#6B6448
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE8 #FDE88B | BordersInactive statesPlaceholder text |
| 400 | FCDD #FCDD4F | Disabled statesSecondary iconsMuted text |
| 500 | FCD3 #FCD31D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB5 #DDB503 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B090 #B09003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E67 #7E6702 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5042 #504201 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FEF2BE;
--olive-300: #FDE88B;
--olive-400: #FCDD4F;
--olive-500: #FCD31D;
--olive-600: #DDB503;
--olive-700: #B09003;
--olive-800: #7E6702;
--olive-900: #504201;
--olive-950: #322901;
}