Olive

#9F8814

Yellow

Color Codes

All color formats for development

HEX
#9F8814
RGB
rgb(159, 136, 20)
HSL
hsl(50, 78%, 35%)
OKLCH
oklch(0.629 0.125 96.5)
CMYK
cmyk(0%, 14%, 87%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.50:1

AA AAA

On Black Background

6.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F8EF
300
#F2E3
400
#EBD4
500
#E6C8
600
#C8AB
700
#9F88
800
#7161
900
#493E
950
#2D27

Shades

Darker variations

1#8F7A12
2#7F6D10
3#6F5F0E
4#5F510C
5#4F440A
6#403608
7#302906
8#201B04
9#100E02

Tints

Lighter variations

1#BCA117
2#DABA1B
3#E5C730
4#E9CF4E
5#EDD76B
6#F0DF89
7#F4E7A6
8#F8EFC4
9#FBF7E1

Tones

Muted variations

1#98831B
2#917E22
3#8A7A29
4#83752F
5#7C7036
6#756C3D
7#6E6744
8#67634B
9#605E52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6DF
Light backgroundsTable row hoverSkeleton loading
200
F8EF
#F8EFC4
Secondary backgroundsInput backgroundsDividers
300
F2E3
#F2E397
BordersInactive statesPlaceholder text
400
EBD4
#EBD460
Disabled statesSecondary iconsMuted text
500
E6C8
#E6C833
Primary brand colorCTAsActive elementsLinks
600
C8AB
#C8AB19
Hover statesFocus ringsPrimary buttons hover
700
9F88
#9F8814
Active/pressed statesDark mode accentsSecondary text
800
7161
#71610E
Text on light backgroundsHeadingsStrong borders
900
493E
#493E09
Primary textHigh emphasis contentDark headings
950
2D27
#2D2706
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF1;
  --olive-100: #FBF6DF;
  --olive-200: #F8EFC4;
  --olive-300: #F2E397;
  --olive-400: #EBD460;
  --olive-500: #E6C833;
  --olive-600: #C8AB19;
  --olive-700: #9F8814;
  --olive-800: #71610E;
  --olive-900: #493E09;
  --olive-950: #2D2706;
}
Generate More ShadesCreate PaletteConvert Color