Olive

#A59B0D

Yellow

Color Codes

All color formats for development

HEX
#A59B0D
RGB
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

On White Background

2.88:1

AA AAA

On Black Background

7.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#FAF6
300
#F6F0
400
#F2E7
500
#EEE1
600
#D0C3
700
#A59B
800
#766F
900
#4B47
950
#2F2C

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color