Olive
#775D08
YellowColor Codes
All color formats for development
HEX
#775D08RGB
rgb(119, 93, 8)HSL
hsl(46, 87%, 25%)OKLCH
oklch(0.491 0.097 88.9)CMYK
cmyk(0%, 22%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B5407
2#5F4B07
3#534106
4#483805
5#3C2F04
6#302503
7#241C02
8#181302
9#0C0901
Tints
Lighter variations
1#9B790B
2#BF950D
3#E3B110
4#F0C128
5#F3CC4C
6#F5D670
7#F8E094
8#FAEAB7
9#FDF5DB
Tones
Muted variations
1#725A0E
2#6C5713
3#675419
4#61511E
5#5B4F24
6#564C2A
7#50492F
8#4B4635
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7E0 #F7E091 | BordersInactive statesPlaceholder text |
| 400 | F3CF #F3CF58 | Disabled statesSecondary iconsMuted text |
| 500 | F0C1 #F0C128 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2A4 #D2A40F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A783 #A7830C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 775D #775D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C3C #4C3C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF5DE;
--olive-200: #FBEDC1;
--olive-300: #F7E091;
--olive-400: #F3CF58;
--olive-500: #F0C128;
--olive-600: #D2A40F;
--olive-700: #A7830C;
--olive-800: #775D08;
--olive-900: #4C3C05;
--olive-950: #302503;
}