Olive

#6E5C11

Yellow

Color Codes

All color formats for development

HEX
#6E5C11
RGB
rgb(110, 92, 17)
HSL
hsl(48, 73%, 25%)
OKLCH
oklch(0.479 0.091 94.4)
CMYK
cmyk(0%, 16%, 85%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.56:1

AA AAA

On Black Background

3.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FAF5
200
#F6EC
300
#EFDE
400
#E7CD
500
#E0BF
600
#C2A1
700
#9A80
800
#6E5C
900
#473B
950
#2C25

Shades

Darker variations

1#63530F
2#58490E
3#4D400C
4#42370A
5#372E09
6#2C2507
7#211C05
8#161203
9#0B0902

Tints

Lighter variations

1#8F7716
2#B0931C
3#D2AE21
4#E0BF38
5#E5C95A
6#EAD47B
7#F0DF9C
8#F5EABD
9#FAF4DE

Tones

Muted variations

1#6A5916
2#65561B
3#60531F
4#5C5124
5#574E28
6#524B2D
7#4E4832
8#494536
9#44433B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF5
#FAF5E0
Light backgroundsTable row hoverSkeleton loading
200
F6EC
#F6ECC6
Secondary backgroundsInput backgroundsDividers
300
EFDE
#EFDE9A
BordersInactive statesPlaceholder text
400
E7CD
#E7CD65
Disabled statesSecondary iconsMuted text
500
E0BF
#E0BF38
Primary brand colorCTAsActive elementsLinks
600
C2A1
#C2A11E
Hover statesFocus ringsPrimary buttons hover
700
9A80
#9A8018
Active/pressed statesDark mode accentsSecondary text
800
6E5C
#6E5C11
Text on light backgroundsHeadingsStrong borders
900
473B
#473B0B
Primary textHigh emphasis contentDark headings
950
2C25
#2C2507
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFBF2;
  --olive-100: #FAF5E0;
  --olive-200: #F6ECC6;
  --olive-300: #EFDE9A;
  --olive-400: #E7CD65;
  --olive-500: #E0BF38;
  --olive-600: #C2A11E;
  --olive-700: #9A8018;
  --olive-800: #6E5C11;
  --olive-900: #473B0B;
  --olive-950: #2C2507;
}
Generate More ShadesCreate PaletteConvert Color