Olive

#725E0D

Yellow

Color Codes

All color formats for development

HEX
#725E0D
RGB
rgb(114, 94, 13)
HSL
hsl(48, 80%, 25%)
OKLCH
oklch(0.488 0.095 93.5)
CMYK
cmyk(0%, 18%, 89%, 55%)

Accessibility

WCAG contrast compliance

On White Background

6.32:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F8EE
300
#F3E1
400
#EDD1
500
#E8C3
600
#CAA6
700
#A184
800
#735E
900
#493C
950
#2E26

Shades

Darker variations

1#67550B
2#5C4B0A
3#504209
4#453908
5#392F06
6#2E2605
7#221C04
8#171303
9#0B0901

Tints

Lighter variations

1#957B11
2#B89714
3#DAB318
4#E8C330
5#ECCD53
6#F0D775
7#F4E198
8#F7EBBA
9#FBF5DD

Tones

Muted variations

1#6E5B12
2#695817
3#63551C
4#5E5221
5#594F26
6#544C2B
7#4F4930
8#4A4636
9#45433B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6DF
Light backgroundsTable row hoverSkeleton loading
200
F8EE
#F8EEC3
Secondary backgroundsInput backgroundsDividers
300
F3E1
#F3E195
BordersInactive statesPlaceholder text
400
EDD1
#EDD15E
Disabled statesSecondary iconsMuted text
500
E8C3
#E8C330
Primary brand colorCTAsActive elementsLinks
600
CAA6
#CAA616
Hover statesFocus ringsPrimary buttons hover
700
A184
#A18412
Active/pressed statesDark mode accentsSecondary text
800
735E
#735E0D
Text on light backgroundsHeadingsStrong borders
900
493C
#493C08
Primary textHigh emphasis contentDark headings
950
2E26
#2E2605
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF1;
  --olive-100: #FBF6DF;
  --olive-200: #F8EEC3;
  --olive-300: #F3E195;
  --olive-400: #EDD15E;
  --olive-500: #E8C330;
  --olive-600: #CAA616;
  --olive-700: #A18412;
  --olive-800: #735E0D;
  --olive-900: #493C08;
  --olive-950: #2E2605;
}
Generate More ShadesCreate PaletteConvert Color