Olive

#A18212

Yellow

Color Codes

All color formats for development

HEX
#A18212
RGB
rgb(161, 130, 18)
HSL
hsl(47, 80%, 35%)
OKLCH
oklch(0.619 0.122 91.2)
CMYK
cmyk(0%, 19%, 89%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.67:1

AA AAA

On Black Background

5.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F8ED
300
#F3DF
400
#EDCE
500
#E8C0
600
#CAA3
700
#A182
800
#735D
900
#493B
950
#2E25

Shades

Darker variations

1#917510
2#81680E
3#705B0C
4#604E0B
5#504109
6#403407
7#302705
8#201A04
9#100D02

Tints

Lighter variations

1#BE9A15
2#DCB218
3#E8C02E
4#EBC94C
5#EED26A
6#F2DB88
7#F5E4A5
8#F8EDC3
9#FCF6E1

Tones

Muted variations

1#9A7E19
2#927A20
3#8B7627
4#84722E
5#7D6D36
6#76693D
7#6F6544
8#68614B
9#605D52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5DF
Light backgroundsTable row hoverSkeleton loading
200
F8ED
#F8EDC3
Secondary backgroundsInput backgroundsDividers
300
F3DF
#F3DF95
BordersInactive statesPlaceholder text
400
EDCE
#EDCE5E
Disabled statesSecondary iconsMuted text
500
E8C0
#E8C030
Primary brand colorCTAsActive elementsLinks
600
CAA3
#CAA316
Hover statesFocus ringsPrimary buttons hover
700
A182
#A18212
Active/pressed statesDark mode accentsSecondary text
800
735D
#735D0D
Text on light backgroundsHeadingsStrong borders
900
493B
#493B08
Primary textHigh emphasis contentDark headings
950
2E25
#2E2505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF1;
  --olive-100: #FBF5DF;
  --olive-200: #F8EDC3;
  --olive-300: #F3DF95;
  --olive-400: #EDCE5E;
  --olive-500: #E8C030;
  --olive-600: #CAA316;
  --olive-700: #A18212;
  --olive-800: #735D0D;
  --olive-900: #493B08;
  --olive-950: #2E2505;
}
Generate More ShadesCreate PaletteConvert Color