Olive
#B09903
YellowColor Codes
All color formats for development
HEX
#B09903RGB
rgb(176, 153, 3)HSL
hsl(52, 97%, 35%)OKLCH
oklch(0.683 0.141 98.4)CMYK
cmyk(0%, 13%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E8902
2#8D7A02
3#7B6B02
4#695C02
5#584C01
6#463D01
7#352E01
8#231F01
9#120F00
Tints
Lighter variations
1#D0B503
2#F1D104
3#FCDE1A
4#FCE23B
5#FDE75C
6#FDEC7C
7#FEF19D
8#FEF5BE
9#FFFADE
Tones
Muted variations
1#A7920B
2#9F8C14
3#96861D
4#8D7F25
5#85792E
6#7C7337
7#736C3F
8#6B6648
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 | FEF5 #FEF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEE #FDEE8B | BordersInactive statesPlaceholder text |
| 400 | FCE5 #FCE54F | Disabled statesSecondary iconsMuted text |
| 500 | FCDE #FCDE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC0 #DDC003 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B099 #B09903 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6D #7E6D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5046 #504601 | 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: #FEF5BE;
--olive-300: #FDEE8B;
--olive-400: #FCE54F;
--olive-500: #FCDE1D;
--olive-600: #DDC003;
--olive-700: #B09903;
--olive-800: #7E6D02;
--olive-900: #504601;
--olive-950: #322C01;
}