Olive

#A57F0D

Yellow

Color Codes

All color formats for development

HEX
#A57F0D
RGB
rgb(165, 127, 13)
HSL
hsl(45, 85%, 35%)
OKLCH
oklch(0.616 0.123 86.8)
CMYK
cmyk(0%, 23%, 92%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.72:1

AA AAA

On Black Background

5.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FCF5
200
#FAEC
300
#F6DD
400
#F2CC
500
#EEBD
600
#D0A0
700
#A57F
800
#765B
900
#4B3A
950
#2F24

Shades

Darker variations

1#95720C
2#84660B
3#745909
4#634C08
5#534007
6#423305
7#322604
8#211903
9#110D01

Tints

Lighter variations

1#C49710
2#E2AE12
3#EEBC28
4#F0C647
5#F3CF66
6#F5D984
7#F8E2A3
8#FAECC2
9#FDF5E0

Tones

Muted variations

1#9E7B15
2#96781D
3#8E7424
4#87702C
5#7F6C33
6#78683B
7#706542
8#68614A
9#615D52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF5
#FCF5DE
Light backgroundsTable row hoverSkeleton loading
200
FAEC
#FAECC2
Secondary backgroundsInput backgroundsDividers
300
F6DD
#F6DD92
BordersInactive statesPlaceholder text
400
F2CC
#F2CC5A
Disabled statesSecondary iconsMuted text
500
EEBD
#EEBD2B
Primary brand colorCTAsActive elementsLinks
600
D0A0
#D0A011
Hover statesFocus ringsPrimary buttons hover
700
A57F
#A57F0D
Active/pressed statesDark mode accentsSecondary text
800
765B
#765B0A
Text on light backgroundsHeadingsStrong borders
900
4B3A
#4B3A06
Primary textHigh emphasis contentDark headings
950
2F24
#2F2404
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFBF1;
  --olive-100: #FCF5DE;
  --olive-200: #FAECC2;
  --olive-300: #F6DD92;
  --olive-400: #F2CC5A;
  --olive-500: #EEBD2B;
  --olive-600: #D0A011;
  --olive-700: #A57F0D;
  --olive-800: #765B0A;
  --olive-900: #4B3A06;
  --olive-950: #2F2404;
}
Generate More ShadesCreate PaletteConvert Color