Olive

#A28E11

Yellow

Color Codes

All color formats for development

HEX
#A28E11
RGB
rgb(162, 142, 17)
HSL
hsl(52, 81%, 35%)
OKLCH
oklch(0.645 0.13 98.8)
CMYK
cmyk(0%, 12%, 90%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF8
200
#F9F2
300
#F4E7
400
#EEDB
500
#E9D0
600
#CBB3
700
#A28E
800
#7366
900
#4A41
950
#2E29

Shades

Darker variations

1#91800F
2#81720E
3#71640C
4#61550A
5#514708
6#413907
7#302B05
8#201C03
9#100E02

Tints

Lighter variations

1#C0A914
2#DEC317
3#E9D02D
4#ECD74B
5#EFDD69
6#F2E487
7#F6EBA5
8#F9F2C3
9#FCF8E1

Tones

Muted variations

1#9A8918
2#93841F
3#8C7E27
4#85792E
5#7D7435
6#766E3C
7#6F6944
8#68644B
9#605F52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF8
#FCF8DF
Light backgroundsTable row hoverSkeleton loading
200
F9F2
#F9F2C3
Secondary backgroundsInput backgroundsDividers
300
F4E7
#F4E795
BordersInactive statesPlaceholder text
400
EEDB
#EEDB5D
Disabled statesSecondary iconsMuted text
500
E9D0
#E9D02F
Primary brand colorCTAsActive elementsLinks
600
CBB3
#CBB315
Hover statesFocus ringsPrimary buttons hover
700
A28E
#A28E11
Active/pressed statesDark mode accentsSecondary text
800
7366
#73660C
Text on light backgroundsHeadingsStrong borders
900
4A41
#4A4108
Primary textHigh emphasis contentDark headings
950
2E29
#2E2905
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF1;
  --olive-100: #FCF8DF;
  --olive-200: #F9F2C3;
  --olive-300: #F4E795;
  --olive-400: #EEDB5D;
  --olive-500: #E9D02F;
  --olive-600: #CBB315;
  --olive-700: #A28E11;
  --olive-800: #73660C;
  --olive-900: #4A4108;
  --olive-950: #2E2905;
}
Generate More ShadesCreate PaletteConvert Color