Olive
#74680B
YellowColor Codes
All color formats for development
HEX
#74680BRGB
rgb(116, 104, 11)HSL
hsl(53, 83%, 25%)OKLCH
oklch(0.513 0.103 101.1)CMYK
cmyk(0%, 10%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#695E0A
2#5D5309
3#524908
4#463F07
5#3A3405
6#2F2A04
7#231F03
8#171502
9#0C0A01
Tints
Lighter variations
1#98880E
2#BBA711
3#DEC615
4#EBD52D
5#EFDC50
6#F2E373
7#F5EA96
8#F8F1B9
9#FCF8DC
Tones
Muted variations
1#6F6410
2#6A6015
3#655C1B
4#5F5820
5#5A5425
6#55502B
7#504C30
8#4A4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EA #F5EA94 | BordersInactive statesPlaceholder text |
| 400 | F0DF #F0DF5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD5 #EBD52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB8 #CDB813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A392 #A3920F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7568 #75680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #F9F3C2;
--olive-300: #F5EA94;
--olive-400: #F0DF5C;
--olive-500: #EBD52D;
--olive-600: #CDB813;
--olive-700: #A3920F;
--olive-800: #75680B;
--olive-900: #4B4307;
--olive-950: #2F2A04;
}