Olive

#706B0F

Yellow

Color Codes

All color formats for development

HEX
#706B0F
RGB
rgb(112, 107, 15)
HSL
hsl(57, 76%, 25%)
OKLCH
oklch(0.516 0.105 106.2)
CMYK
cmyk(0%, 4%, 87%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.53:1

AA AAA

On Black Background

3.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBF9
200
#F7F5
300
#F1EC
400
#EAE3
500
#E3DB
600
#C5BD
700
#9D96
800
#706B
900
#4845
950
#2D2B

Shades

Darker variations

1#65610E
2#5A560C
3#4F4B0B
4#434009
5#383608
6#2D2B06
7#222005
8#161503
9#0B0B02

Tints

Lighter variations

1#928C14
2#B4AC18
3#D5CC1D
4#E3DB35
5#E8E157
6#EDE778
7#F1ED9A
8#F6F3BC
9#FAF9DD

Tones

Muted variations

1#6B6714
2#676319
3#625E1E
4#5D5A23
5#585628
6#53512C
7#4E4D31
8#494836
9#45443B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF9
#FBF9E0
Light backgroundsTable row hoverSkeleton loading
200
F7F5
#F7F5C5
Secondary backgroundsInput backgroundsDividers
300
F1EC
#F1EC98
BordersInactive statesPlaceholder text
400
EAE3
#EAE362
Disabled statesSecondary iconsMuted text
500
E3DB
#E3DB35
Primary brand colorCTAsActive elementsLinks
600
C5BD
#C5BD1B
Hover statesFocus ringsPrimary buttons hover
700
9D96
#9D9615
Active/pressed statesDark mode accentsSecondary text
800
706B
#706B0F
Text on light backgroundsHeadingsStrong borders
900
4845
#48450A
Primary textHigh emphasis contentDark headings
950
2D2B
#2D2B06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFDF2;
  --olive-100: #FBF9E0;
  --olive-200: #F7F5C5;
  --olive-300: #F1EC98;
  --olive-400: #EAE362;
  --olive-500: #E3DB35;
  --olive-600: #C5BD1B;
  --olive-700: #9D9615;
  --olive-800: #706B0F;
  --olive-900: #48450A;
  --olive-950: #2D2B06;
}
Generate More ShadesCreate PaletteConvert Color