Olive

#AA8208

Yellow

Color Codes

All color formats for development

HEX
#AA8208
RGB
rgb(170, 130, 8)
HSL
hsl(45, 91%, 35%)
OKLCH
oklch(0.628 0.127 86.4)
CMYK
cmyk(0%, 24%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.56:1

AA AAA

On Black Background

5.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FCED
300
#FADF
400
#F7CE
500
#F5C0
600
#D6A3
700
#AA82
800
#7A5D
900
#4E3B
950
#3125

Shades

Darker variations

1#997507
2#886806
3#775B06
4#664E05
5#554104
6#443403
7#332702
8#221A02
9#110D01

Tints

Lighter variations

1#CA9A0A
2#EAB20B
3#F5C021
4#F6C941
5#F8D261
6#F9DB80
7#FBE4A0
8#FCEDC0
9#FEF6DF

Tones

Muted variations

1#A27E10
2#9A7A18
3#927620
4#8A7229
5#826E31
6#7A6939
7#726541
8#696149
9#615D51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DD
Light backgroundsTable row hoverSkeleton loading
200
FCED
#FCEDC0
Secondary backgroundsInput backgroundsDividers
300
FADF
#FADF8F
BordersInactive statesPlaceholder text
400
F7CE
#F7CE55
Disabled statesSecondary iconsMuted text
500
F5C0
#F5C024
Primary brand colorCTAsActive elementsLinks
600
D6A3
#D6A30A
Hover statesFocus ringsPrimary buttons hover
700
AA82
#AA8208
Active/pressed statesDark mode accentsSecondary text
800
7A5D
#7A5D06
Text on light backgroundsHeadingsStrong borders
900
4E3B
#4E3B04
Primary textHigh emphasis contentDark headings
950
3125
#312502
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFBF0;
  --olive-100: #FDF5DD;
  --olive-200: #FCEDC0;
  --olive-300: #FADF8F;
  --olive-400: #F7CE55;
  --olive-500: #F5C024;
  --olive-600: #D6A30A;
  --olive-700: #AA8208;
  --olive-800: #7A5D06;
  --olive-900: #4E3B04;
  --olive-950: #312502;
}
Generate More ShadesCreate PaletteConvert Color