Olive

#9F9614

Yellow

Color Codes

All color formats for development

HEX
#9F9614
RGB
rgb(159, 150, 20)
HSL
hsl(56, 78%, 35%)
OKLCH
oklch(0.66 0.135 105.1)
CMYK
cmyk(0%, 6%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.07:1

AA AAA

On Black Background

6.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBF9
200
#F8F4
300
#F2EC
400
#EBE2
500
#E6DA
600
#C8BC
700
#9F96
800
#716B
900
#4944
950
#2D2B

Shades

Darker variations

1#8F8712
2#7F7810
3#6F690E
4#5F5A0C
5#4F4B0A
6#403C08
7#302D06
8#201E04
9#100F02

Tints

Lighter variations

1#BCB117
2#DACD1B
3#E5D930
4#E9DF4E
5#EDE46B
6#F0EA89
7#F4EFA6
8#F8F4C4
9#FBFAE1

Tones

Muted variations

1#98901B
2#918A22
3#8A8329
4#837D2F
5#7C7736
6#75713D
7#6E6B44
8#67654B
9#605F52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF9
#FBF9DF
Light backgroundsTable row hoverSkeleton loading
200
F8F4
#F8F4C4
Secondary backgroundsInput backgroundsDividers
300
F2EC
#F2EC97
BordersInactive statesPlaceholder text
400
EBE2
#EBE260
Disabled statesSecondary iconsMuted text
500
E6DA
#E6DA33
Primary brand colorCTAsActive elementsLinks
600
C8BC
#C8BC19
Hover statesFocus ringsPrimary buttons hover
700
9F96
#9F9614
Active/pressed statesDark mode accentsSecondary text
800
716B
#716B0E
Text on light backgroundsHeadingsStrong borders
900
4944
#494409
Primary textHigh emphasis contentDark headings
950
2D2B
#2D2B06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFDF1;
  --olive-100: #FBF9DF;
  --olive-200: #F8F4C4;
  --olive-300: #F2EC97;
  --olive-400: #EBE260;
  --olive-500: #E6DA33;
  --olive-600: #C8BC19;
  --olive-700: #9F9614;
  --olive-800: #716B0E;
  --olive-900: #494409;
  --olive-950: #2D2B06;
}
Generate More ShadesCreate PaletteConvert Color