Olive

#735D0D

Yellow

Color Codes

All color formats for development

HEX
#735D0D
RGB
rgb(115, 93, 13)
HSL
hsl(47, 80%, 25%)
OKLCH
oklch(0.487 0.095 91.7)
CMYK
cmyk(0%, 19%, 89%, 55%)

Accessibility

WCAG contrast compliance

On White Background

6.36:1

AA AAA

On Black Background

3.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF5
200
#F8ED
300
#F3DF
400
#EDCE
500
#E8C0
600
#CAA3
700
#A182
800
#735D
900
#493B
950
#2E25

Shades

Darker variations

1#67530B
2#5C4A0A
3#504109
4#453808
5#392E06
6#2E2505
7#221C04
8#171303
9#0B0901

Tints

Lighter variations

1#957811
2#B89414
3#DAB018
4#E8C030
5#ECCB53
6#F0D575
7#F4E098
8#F7EABA
9#FBF5DD

Tones

Muted variations

1#6E5A12
2#695717
3#63541C
4#5E5121
5#594E26
6#544B2B
7#4F4830
8#4A4636
9#45433B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF5
#FBF5DF
Light backgroundsTable row hoverSkeleton loading
200
F8ED
#F8EDC3
Secondary backgroundsInput backgroundsDividers
300
F3DF
#F3DF95
BordersInactive statesPlaceholder text
400
EDCE
#EDCE5E
Disabled statesSecondary iconsMuted text
500
E8C0
#E8C030
Primary brand colorCTAsActive elementsLinks
600
CAA3
#CAA316
Hover statesFocus ringsPrimary buttons hover
700
A182
#A18212
Active/pressed statesDark mode accentsSecondary text
800
735D
#735D0D
Text on light backgroundsHeadingsStrong borders
900
493B
#493B08
Primary textHigh emphasis contentDark headings
950
2E25
#2E2505
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF1;
  --olive-100: #FBF5DF;
  --olive-200: #F8EDC3;
  --olive-300: #F3DF95;
  --olive-400: #EDCE5E;
  --olive-500: #E8C030;
  --olive-600: #CAA316;
  --olive-700: #A18212;
  --olive-800: #735D0D;
  --olive-900: #493B08;
  --olive-950: #2E2505;
}
Generate More ShadesCreate PaletteConvert Color