Olive

#9A7C19

Yellow

Color Codes

All color formats for development

HEX
#9A7C19
RGB
rgb(154, 124, 25)
HSL
hsl(46, 72%, 35%)
OKLCH
oklch(0.599 0.115 90.3)
CMYK
cmyk(0%, 19%, 84%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.98:1

AA AAA

On Black Background

5.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF4
200
#F6EB
300
#EFDB
400
#E6C8
500
#DFB8
600
#C19B
700
#9A7C
800
#6E58
900
#4638
950
#2C23

Shades

Darker variations

1#8A6F16
2#7B6314
3#6B5611
4#5C4A0F
5#4D3E0C
6#3D310A
7#2E2507
8#1F1905
9#0F0C02

Tints

Lighter variations

1#B6921E
2#D3A922
3#DFB837
4#E3C254
5#E8CC70
6#ECD68D
7#F1E0A9
8#F6EBC6
9#FAF5E2

Tones

Muted variations

1#93781F
2#8D7526
3#86712C
4#806E33
5#796A39
6#736740
7#6D6446
8#66604C
9#605D53

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF4
#FAF4E0
Light backgroundsTable row hoverSkeleton loading
200
F6EB
#F6EBC6
Secondary backgroundsInput backgroundsDividers
300
EFDB
#EFDB9A
BordersInactive statesPlaceholder text
400
E6C8
#E6C865
Disabled statesSecondary iconsMuted text
500
DFB8
#DFB83A
Primary brand colorCTAsActive elementsLinks
600
C19B
#C19B1F
Hover statesFocus ringsPrimary buttons hover
700
9A7C
#9A7C19
Active/pressed statesDark mode accentsSecondary text
800
6E58
#6E5812
Text on light backgroundsHeadingsStrong borders
900
4638
#46380B
Primary textHigh emphasis contentDark headings
950
2C23
#2C2307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFAF2;
  --olive-100: #FAF4E0;
  --olive-200: #F6EBC6;
  --olive-300: #EFDB9A;
  --olive-400: #E6C865;
  --olive-500: #DFB83A;
  --olive-600: #C19B1F;
  --olive-700: #9A7C19;
  --olive-800: #6E5812;
  --olive-900: #46380B;
  --olive-950: #2C2307;
}
Generate More ShadesCreate PaletteConvert Color