Olive
#B08D03
YellowColor Codes
All color formats for development
HEX
#B08D03RGB
rgb(176, 141, 3)HSL
hsl(48, 97%, 35%)OKLCH
oklch(0.657 0.134 91)CMYK
cmyk(0%, 20%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E7F02
2#8D7102
3#7B6302
4#695502
5#584701
6#463801
7#352A01
8#231C01
9#120E00
Tints
Lighter variations
1#D0A703
2#F1C204
3#FCCF1A
4#FCD53B
5#FDDC5C
6#FDE37C
7#FEEA9D
8#FEF1BE
9#FFF8DE
Tones
Muted variations
1#A7880B
2#9F8314
3#967E1D
4#8D7825
5#85732E
6#7C6E37
7#73693F
8#6B6448
9#625E51
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 | FEF1 #FEF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE6 #FDE68B | BordersInactive statesPlaceholder text |
| 400 | FCDA #FCDA4F | Disabled statesSecondary iconsMuted text |
| 500 | FCCF #FCCF1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB2 #DDB203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B08D #B08D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E65 #7E6502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5041 #504101 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FEF1BE;
--olive-300: #FDE68B;
--olive-400: #FCDA4F;
--olive-500: #FCCF1D;
--olive-600: #DDB203;
--olive-700: #B08D03;
--olive-800: #7E6502;
--olive-900: #504101;
--olive-950: #322801;
}