Olive

#AB9307

Yellow

Color Codes

All color formats for development

HEX
#AB9307
RGB
rgb(171, 147, 7)
HSL
hsl(51, 92%, 35%)
OKLCH
oklch(0.665 0.136 97.3)
CMYK
cmyk(0%, 14%, 96%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.04:1

AA AAA

On Black Background

6.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FEF9
200
#FCF3
300
#FAEA
400
#F8DF
500
#F6D6
600
#D7B8
700
#AB93
800
#7A69
900
#4E43
950
#312A

Shades

Darker variations

1#9A8406
2#897506
3#786705
4#675804
5#564904
6#453B03
7#332C02
8#221D01
9#110F01

Tints

Lighter variations

1#CBAE08
2#EBC90A
3#F6D620
4#F7DC40
5#F8E160
6#FAE780
7#FBEDA0
8#FCF3BF
9#FEF9DF

Tones

Muted variations

1#A38D0F
2#9B8718
3#938120
4#8B7C28
5#827630
6#7A7038
7#726A41
8#6A6549
9#615F51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF9
#FEF9DD
Light backgroundsTable row hoverSkeleton loading
200
FCF3
#FCF3BF
Secondary backgroundsInput backgroundsDividers
300
FAEA
#FAEA8E
BordersInactive statesPlaceholder text
400
F8DF
#F8DF54
Disabled statesSecondary iconsMuted text
500
F6D6
#F6D623
Primary brand colorCTAsActive elementsLinks
600
D7B8
#D7B809
Hover statesFocus ringsPrimary buttons hover
700
AB93
#AB9307
Active/pressed statesDark mode accentsSecondary text
800
7A69
#7A6905
Text on light backgroundsHeadingsStrong borders
900
4E43
#4E4303
Primary textHigh emphasis contentDark headings
950
312A
#312A02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF0;
  --olive-100: #FEF9DD;
  --olive-200: #FCF3BF;
  --olive-300: #FAEA8E;
  --olive-400: #F8DF54;
  --olive-500: #F6D623;
  --olive-600: #D7B809;
  --olive-700: #AB9307;
  --olive-800: #7A6905;
  --olive-900: #4E4303;
  --olive-950: #312A02;
}
Generate More ShadesCreate PaletteConvert Color