Olive
#B09C03
YellowColor Codes
All color formats for development
HEX
#B09C03RGB
rgb(176, 156, 3)HSL
hsl(53, 97%, 35%)OKLCH
oklch(0.689 0.143 100.1)CMYK
cmyk(0%, 11%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E8C02
2#8D7C02
3#7B6D02
4#695D02
5#584E01
6#463E01
7#352F01
8#231F01
9#121000
Tints
Lighter variations
1#D0B903
2#F1D504
3#FCE11A
4#FCE63B
5#FDEA5C
6#FDEE7C
7#FEF29D
8#FEF7BE
9#FFFBDE
Tones
Muted variations
1#A7950B
2#9F8E14
3#96881D
4#8D8125
5#857A2E
6#7C7437
7#736D3F
8#6B6748
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF0 #FDF08B | BordersInactive statesPlaceholder text |
| 400 | FCE8 #FCE84F | Disabled statesSecondary iconsMuted text |
| 500 | FCE2 #FCE21D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC4 #DDC403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B09C #B09C03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6F #7E6F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504701 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FEF7BE;
--olive-300: #FDF08B;
--olive-400: #FCE84F;
--olive-500: #FCE21D;
--olive-600: #DDC403;
--olive-700: #B09C03;
--olive-800: #7E6F02;
--olive-900: #504701;
--olive-950: #322C01;
}