Olive

#756E0B

Yellow

Color Codes

All color formats for development

HEX
#756E0B
RGB
rgb(117, 110, 11)
HSL
hsl(56, 83%, 25%)
OKLCH
oklch(0.528 0.109 105)
CMYK
cmyk(0%, 6%, 91%, 54%)

Accessibility

WCAG contrast compliance

On White Background

5.26:1

AA AAA

On Black Background

3.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F6
300
#F5EF
400
#F0E6
500
#EBDF
600
#CDC1
700
#A399
800
#756E
900
#4B46
950
#2F2C

Shades

Darker variations

1#69630A
2#5D5809
3#524D08
4#464207
5#3A3705
6#2F2C04
7#232103
8#171602
9#0C0B01

Tints

Lighter variations

1#988E0E
2#BBAF11
3#DED015
4#EBDF2D
5#EFE450
6#F2EA73
7#F5EF96
8#F8F4B9
9#FCFADC

Tones

Muted variations

1#6F6910
2#6A6415
3#65601B
4#5F5B20
5#5A5725
6#55522B
7#504E30
8#4A4935
9#45443A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADE
Light backgroundsTable row hoverSkeleton loading
200
F9F6
#F9F6C2
Secondary backgroundsInput backgroundsDividers
300
F5EF
#F5EF94
BordersInactive statesPlaceholder text
400
F0E6
#F0E65C
Disabled statesSecondary iconsMuted text
500
EBDF
#EBDF2D
Primary brand colorCTAsActive elementsLinks
600
CDC1
#CDC113
Hover statesFocus ringsPrimary buttons hover
700
A399
#A3990F
Active/pressed statesDark mode accentsSecondary text
800
756E
#756E0B
Text on light backgroundsHeadingsStrong borders
900
4B46
#4B4607
Primary textHigh emphasis contentDark headings
950
2F2C
#2F2C04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFDF1;
  --olive-100: #FCFADE;
  --olive-200: #F9F6C2;
  --olive-300: #F5EF94;
  --olive-400: #F0E65C;
  --olive-500: #EBDF2D;
  --olive-600: #CDC113;
  --olive-700: #A3990F;
  --olive-800: #756E0B;
  --olive-900: #4B4607;
  --olive-950: #2F2C04;
}
Generate More ShadesCreate PaletteConvert Color