Olive

#6E5B12

Yellow

Color Codes

All color formats for development

HEX
#6E5B12
RGB
rgb(110, 91, 18)
HSL
hsl(48, 72%, 25%)
OKLCH
oklch(0.477 0.09 93.3)
CMYK
cmyk(0%, 17%, 84%, 57%)

Accessibility

WCAG contrast compliance

On White Background

6.63:1

AA AAA

On Black Background

3.17: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
#E6CC
500
#DFBE
600
#C1A1
700
#9A80
800
#6E5B
900
#463A
950
#2C25

Shades

Darker variations

1#635210
2#58490E
3#4D400C
4#42370B
5#372E09
6#2C2507
7#211B05
8#161204
9#0B0902

Tints

Lighter variations

1#8F7717
2#AF921D
3#D0AD22
4#DFBE3A
5#E4C95B
6#EAD47B
7#EFDE9C
8#F4E9BD
9#FAF4DE

Tones

Muted variations

1#695916
2#64561B
3#605320
4#5B5024
5#574E29
6#524B2D
7#4E4832
8#494537
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
E6CC
#E6CC65
Disabled statesSecondary iconsMuted text
500
DFBE
#DFBE3A
Primary brand colorCTAsActive elementsLinks
600
C1A1
#C1A11F
Hover statesFocus ringsPrimary buttons hover
700
9A80
#9A8019
Active/pressed statesDark mode accentsSecondary text
800
6E5B
#6E5B12
Text on light backgroundsHeadingsStrong borders
900
463A
#463A0B
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: #E6CC65;
  --olive-500: #DFBE3A;
  --olive-600: #C1A11F;
  --olive-700: #9A8019;
  --olive-800: #6E5B12;
  --olive-900: #463A0B;
  --olive-950: #2C2507;
}
Generate More ShadesCreate PaletteConvert Color