Olive

#705B0F

Yellow

Color Codes

All color formats for development

HEX
#705B0F
RGB
rgb(112, 91, 15)
HSL
hsl(47, 76%, 25%)
OKLCH
oklch(0.479 0.092 91.9)
CMYK
cmyk(0%, 19%, 87%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.58:1

AA AAA

On Black Background

3.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F7EC
300
#F1DE
400
#EACC
500
#E3BE
600
#C5A1
700
#9D80
800
#705B
900
#483A
950
#2D24

Shades

Darker variations

1#65520E
2#5A490C
3#4F400B
4#433709
5#382E08
6#2D2406
7#221B05
8#161203
9#0B0902

Tints

Lighter variations

1#927714
2#B49218
3#D5AD1D
4#E3BE35
5#E8C957
6#EDD378
7#F1DE9A
8#F6E9BC
9#FAF4DD

Tones

Muted variations

1#6B5814
2#675619
3#62531E
4#5D5023
5#584D28
6#534B2C
7#4E4831
8#494536
9#45423B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5E0
Light backgroundsTable row hoverSkeleton loading
200
F7EC
#F7ECC5
Secondary backgroundsInput backgroundsDividers
300
F1DE
#F1DE98
BordersInactive statesPlaceholder text
400
EACC
#EACC62
Disabled statesSecondary iconsMuted text
500
E3BE
#E3BE35
Primary brand colorCTAsActive elementsLinks
600
C5A1
#C5A11B
Hover statesFocus ringsPrimary buttons hover
700
9D80
#9D8015
Active/pressed statesDark mode accentsSecondary text
800
705B
#705B0F
Text on light backgroundsHeadingsStrong borders
900
483A
#483A0A
Primary textHigh emphasis contentDark headings
950
2D24
#2D2406
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF2;
  --olive-100: #FBF5E0;
  --olive-200: #F7ECC5;
  --olive-300: #F1DE98;
  --olive-400: #EACC62;
  --olive-500: #E3BE35;
  --olive-600: #C5A11B;
  --olive-700: #9D8015;
  --olive-800: #705B0F;
  --olive-900: #483A0A;
  --olive-950: #2D2406;
}
Generate More ShadesCreate PaletteConvert Color