Olive
#A59B0D
YellowColor Codes
All color formats for development
HEX
#A59B0DRGB
rgb(165, 155, 13)HSL
hsl(56, 85%, 35%)OKLCH
oklch(0.677 0.141 104.9)CMYK
cmyk(0%, 6%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#958B0C
2#847C0B
3#746C09
4#635D08
5#534D07
6#423E05
7#322E04
8#211F03
9#110F01
Tints
Lighter variations
1#C4B810
2#E2D512
3#EEE028
4#F0E547
5#F3E966
6#F5EE84
7#F8F2A3
8#FAF6C2
9#FDFBE0
Tones
Muted variations
1#9E9415
2#968E1D
3#8E8724
4#87812C
5#7F7A33
6#78743B
7#706D42
8#68664A
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF6 #FAF6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F0 #F6F092 | BordersInactive statesPlaceholder text |
| 400 | F2E7 #F2E75A | Disabled statesSecondary iconsMuted text |
| 500 | EEE1 #EEE12B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C3 #D0C311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59B #A59B0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766F #766F0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #FAF6C2;
--olive-300: #F6F092;
--olive-400: #F2E75A;
--olive-500: #EEE12B;
--olive-600: #D0C311;
--olive-700: #A59B0D;
--olive-800: #766F0A;
--olive-900: #4B4706;
--olive-950: #2F2C04;
}