Olive

#AB9E07

Yellow

Color Codes

All color formats for development

HEX
#AB9E07
RGB
rgb(171, 158, 7)
HSL
hsl(55, 92%, 35%)
OKLCH
oklch(0.689 0.144 103.6)
CMYK
cmyk(0%, 8%, 96%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.75:1

AA AAA

On Black Background

7.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FEFB
200
#FCF7
300
#FAF1
400
#F8EA
500
#F6E4
600
#D7C6
700
#AB9E
800
#7A71
900
#4E48
950
#312D

Shades

Darker variations

1#9A8E06
2#897E06
3#786E05
4#675F04
5#564F04
6#453F03
7#332F02
8#222001
9#111001

Tints

Lighter variations

1#CBBB08
2#EBD80A
3#F6E420
4#F7E840
5#F8EC60
6#FAF080
7#FBF3A0
8#FCF7BF
9#FEFBDF

Tones

Muted variations

1#A3970F
2#9B9018
3#938920
4#8B8228
5#827B30
6#7A7538
7#726E41
8#6A6749
9#616051

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFB
#FEFBDD
Light backgroundsTable row hoverSkeleton loading
200
FCF7
#FCF7BF
Secondary backgroundsInput backgroundsDividers
300
FAF1
#FAF18E
BordersInactive statesPlaceholder text
400
F8EA
#F8EA54
Disabled statesSecondary iconsMuted text
500
F6E4
#F6E423
Primary brand colorCTAsActive elementsLinks
600
D7C6
#D7C609
Hover statesFocus ringsPrimary buttons hover
700
AB9E
#AB9E07
Active/pressed statesDark mode accentsSecondary text
800
7A71
#7A7105
Text on light backgroundsHeadingsStrong borders
900
4E48
#4E4803
Primary textHigh emphasis contentDark headings
950
312D
#312D02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFDF0;
  --olive-100: #FEFBDD;
  --olive-200: #FCF7BF;
  --olive-300: #FAF18E;
  --olive-400: #F8EA54;
  --olive-500: #F6E423;
  --olive-600: #D7C609;
  --olive-700: #AB9E07;
  --olive-800: #7A7105;
  --olive-900: #4E4803;
  --olive-950: #312D02;
}
Generate More ShadesCreate PaletteConvert Color