Olive
#B0A403
YellowColor Codes
All color formats for development
HEX
#B0A403RGB
rgb(176, 164, 3)HSL
hsl(56, 97%, 35%)OKLCH
oklch(0.707 0.149 104.3)CMYK
cmyk(0%, 7%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E9402
2#8D8302
3#7B7302
4#696302
5#585201
6#464201
7#353101
8#232101
9#121000
Tints
Lighter variations
1#D0C303
2#F1E104
3#FCED1A
4#FCEF3B
5#FDF25C
6#FDF47C
7#FEF79D
8#FEFABE
9#FFFCDE
Tones
Muted variations
1#A79D0B
2#9F9514
3#968E1D
4#8D8625
5#857F2E
6#7C7737
7#73703F
8#6B6848
9#626151
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF6 #FDF68B | BordersInactive statesPlaceholder text |
| 400 | FCF1 #FCF14F | Disabled statesSecondary iconsMuted text |
| 500 | FCED #FCED1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDCF #DDCF03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0A4 #B0A403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E75 #7E7502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B01 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFEF0;
--olive-100: #FEFCDC;
--olive-200: #FEFABE;
--olive-300: #FDF68B;
--olive-400: #FCF14F;
--olive-500: #FCED1D;
--olive-600: #DDCF03;
--olive-700: #B0A403;
--olive-800: #7E7502;
--olive-900: #504B01;
--olive-950: #322F01;
}