Olive

#786308

Yellow

Color Codes

All color formats for development

HEX
#786308
RGB
rgb(120, 99, 8)
HSL
hsl(49, 88%, 25%)
OKLCH
oklch(0.506 0.101 93.9)
CMYK
cmyk(0%, 18%, 93%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.85:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FDF7
200
#FBF0
300
#F8E5
400
#F4D7
500
#F1CC
600
#D3AF
700
#A88B
800
#7863
900
#4D40
950
#3028

Shades

Darker variations

1#6C5907
2#604F06
3#544505
4#483C05
5#3C3204
6#302803
7#241E02
8#181402
9#0C0A01

Tints

Lighter variations

1#9C810A
2#C09F0C
3#E4BD0F
4#F1CC27
5#F4D54B
6#F6DD6F
7#F8E693
8#FAEEB7
9#FDF7DB

Tones

Muted variations

1#72600D
2#6D5C13
3#675918
4#61551E
5#5C5224
6#564E29
7#514A2F
8#4B4735
9#45433A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF7
#FDF7DD
Light backgroundsTable row hoverSkeleton loading
200
FBF0
#FBF0C1
Secondary backgroundsInput backgroundsDividers
300
F8E5
#F8E591
BordersInactive statesPlaceholder text
400
F4D7
#F4D757
Disabled statesSecondary iconsMuted text
500
F1CC
#F1CC27
Primary brand colorCTAsActive elementsLinks
600
D3AF
#D3AF0D
Hover statesFocus ringsPrimary buttons hover
700
A88B
#A88B0B
Active/pressed statesDark mode accentsSecondary text
800
7863
#786308
Text on light backgroundsHeadingsStrong borders
900
4D40
#4D4005
Primary textHigh emphasis contentDark headings
950
3028
#302803
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF1;
  --olive-100: #FDF7DD;
  --olive-200: #FBF0C1;
  --olive-300: #F8E591;
  --olive-400: #F4D757;
  --olive-500: #F1CC27;
  --olive-600: #D3AF0D;
  --olive-700: #A88B0B;
  --olive-800: #786308;
  --olive-900: #4D4005;
  --olive-950: #302803;
}
Generate More ShadesCreate PaletteConvert Color