Olive

#736C0D

Yellow

Color Codes

All color formats for development

HEX
#736C0D
RGB
rgb(115, 108, 13)
HSL
hsl(56, 80%, 25%)
OKLCH
oklch(0.521 0.106 104.8)
CMYK
cmyk(0%, 6%, 89%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.41:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F5
300
#F3ED
400
#EDE4
500
#E8DC
600
#CABE
700
#A197
800
#736C
900
#4945
950
#2E2B

Shades

Darker variations

1#67610B
2#5C560A
3#504C09
4#454108
5#393606
6#2E2B05
7#222004
8#171603
9#0B0B01

Tints

Lighter variations

1#958C11
2#B8AD14
3#DACD18
4#E8DC30
5#ECE253
6#F0E875
7#F4ED98
8#F7F3BA
9#FBF9DD

Tones

Muted variations

1#6E6812
2#696317
3#635F1C
4#5E5A21
5#595626
6#54512B
7#4F4D30
8#4A4936
9#45443B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F5
#F8F5C3
Secondary backgroundsInput backgroundsDividers
300
F3ED
#F3ED95
BordersInactive statesPlaceholder text
400
EDE4
#EDE45E
Disabled statesSecondary iconsMuted text
500
E8DC
#E8DC30
Primary brand colorCTAsActive elementsLinks
600
CABE
#CABE16
Hover statesFocus ringsPrimary buttons hover
700
A197
#A19712
Active/pressed statesDark mode accentsSecondary text
800
736C
#736C0D
Text on light backgroundsHeadingsStrong borders
900
4945
#494508
Primary textHigh emphasis contentDark headings
950
2E2B
#2E2B05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFDF1;
  --olive-100: #FBFADF;
  --olive-200: #F8F5C3;
  --olive-300: #F3ED95;
  --olive-400: #EDE45E;
  --olive-500: #E8DC30;
  --olive-600: #CABE16;
  --olive-700: #A19712;
  --olive-800: #736C0D;
  --olive-900: #494508;
  --olive-950: #2E2B05;
}
Generate More ShadesCreate PaletteConvert Color