Olive

#716E0F

Yellow

Color Codes

All color formats for development

HEX
#716E0F
RGB
rgb(113, 110, 15)
HSL
hsl(58, 77%, 25%)
OKLCH
oklch(0.524 0.108 107.6)
CMYK
cmyk(0%, 3%, 87%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.33:1

AA AAA

On Black Background

3.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F7F6
300
#F2EE
400
#EAE6
500
#E5DF
600
#C7C1
700
#9E99
800
#716E
900
#4846
950
#2D2C

Shades

Darker variations

1#66630D
2#5A580C
3#4F4D0A
4#444209
5#383707
6#2D2C06
7#222104
8#171603
9#0B0B01

Tints

Lighter variations

1#938E13
2#B5AF17
3#D6D01C
4#E5DF34
5#E9E456
6#EDE978
7#F2EF99
8#F6F4BB
9#FBFADD

Tones

Muted variations

1#6C6914
2#676418
3#62601D
4#5D5B22
5#585727
6#53522C
7#4E4D31
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
F7F6
#F7F6C4
Secondary backgroundsInput backgroundsDividers
300
F2EE
#F2EE97
BordersInactive statesPlaceholder text
400
EAE6
#EAE661
Disabled statesSecondary iconsMuted text
500
E5DF
#E5DF34
Primary brand colorCTAsActive elementsLinks
600
C7C1
#C7C11A
Hover statesFocus ringsPrimary buttons hover
700
9E99
#9E9915
Active/pressed statesDark mode accentsSecondary text
800
716E
#716E0F
Text on light backgroundsHeadingsStrong borders
900
4846
#484609
Primary textHigh emphasis contentDark headings
950
2D2C
#2D2C06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FDFDF1;
  --olive-100: #FBFADF;
  --olive-200: #F7F6C4;
  --olive-300: #F2EE97;
  --olive-400: #EAE661;
  --olive-500: #E5DF34;
  --olive-600: #C7C11A;
  --olive-700: #9E9915;
  --olive-800: #716E0F;
  --olive-900: #484609;
  --olive-950: #2D2C06;
}
Generate More ShadesCreate PaletteConvert Color