Olive

#4D4705

Yellow

Color Codes

All color formats for development

HEX
#4D4705
RGB
rgb(77, 71, 5)
HSL
hsl(55, 88%, 16%)
OKLCH
oklch(0.392 0.08 103.7)
CMYK
cmyk(0%, 8%, 94%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.46:1

AA AAA

On Black Background

2.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FDFA
200
#FBF6
300
#F8EF
400
#F4E7
500
#F1E0
600
#D3C2
700
#A89B
800
#786F
900
#4D47
950
#302C

Shades

Darker variations

1#454004
2#3D3904
3#363203
4#2E2A03
5#262302
6#1F1C02
7#171501
8#0F0E01
9#080700

Tints

Lighter variations

1#756C07
2#9D910A
3#C6B60D
4#EEDB0F
5#F2E236
6#F5E85E
7#F7EE86
8#FAF4AE
9#FCF9D7

Tones

Muted variations

1#494408
2#46410C
3#423E10
4#3E3B13
5#3B3817
6#37351A
7#34321E
8#302F22
9#2C2C25

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FDFA
#FDFADD
Light backgroundsTable row hoverSkeleton loading
200
FBF6
#FBF6C1
Secondary backgroundsInput backgroundsDividers
300
F8EF
#F8EF91
BordersInactive statesPlaceholder text
400
F4E7
#F4E757
Disabled statesSecondary iconsMuted text
500
F1E0
#F1E027
Primary brand colorCTAsActive elementsLinks
600
D3C2
#D3C20D
Hover statesFocus ringsPrimary buttons hover
700
A89B
#A89B0B
Active/pressed statesDark mode accentsSecondary text
800
786F
#786F08
Text on light backgroundsHeadingsStrong borders
900
4D47
#4D4705
Primary textHigh emphasis contentDark headings
950
302C
#302C03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFDF1;
  --olive-100: #FDFADD;
  --olive-200: #FBF6C1;
  --olive-300: #F8EF91;
  --olive-400: #F4E757;
  --olive-500: #F1E027;
  --olive-600: #D3C20D;
  --olive-700: #A89B0B;
  --olive-800: #786F08;
  --olive-900: #4D4705;
  --olive-950: #302C03;
}
Generate More ShadesCreate PaletteConvert Color