Olive

#ABAB07

Yellow

Color Codes

All color formats for development

HEX
#ABAB07
RGB
rgb(171, 171, 7)
HSL
hsl(60, 92%, 35%)
OKLCH
oklch(0.718 0.155 109.7)
CMYK
cmyk(0%, 0%, 96%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FEFE
200
#FCFC
300
#FAFA
400
#F8F8
500
#F6F6
600
#D7D7
700
#ABAB
800
#7A7A
900
#4E4E
950
#3131

Shades

Darker variations

1#9A9A06
2#898906
3#787805
4#676704
5#565604
6#454503
7#333302
8#222201
9#111101

Tints

Lighter variations

1#CBCB08
2#EBEB0A
3#F6F620
4#F7F740
5#F8F860
6#FAFA80
7#FBFBA0
8#FCFCBF
9#FEFEDF

Tones

Muted variations

1#A3A30F
2#9B9B18
3#939320
4#8B8B28
5#828230
6#7A7A38
7#727241
8#6A6A49
9#616151

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFE
#FEFEDD
Light backgroundsTable row hoverSkeleton loading
200
FCFC
#FCFCBF
Secondary backgroundsInput backgroundsDividers
300
FAFA
#FAFA8E
BordersInactive statesPlaceholder text
400
F8F8
#F8F854
Disabled statesSecondary iconsMuted text
500
F6F6
#F6F623
Primary brand colorCTAsActive elementsLinks
600
D7D7
#D7D709
Hover statesFocus ringsPrimary buttons hover
700
ABAB
#ABAB07
Active/pressed statesDark mode accentsSecondary text
800
7A7A
#7A7A05
Text on light backgroundsHeadingsStrong borders
900
4E4E
#4E4E03
Primary textHigh emphasis contentDark headings
950
3131
#313102
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFEF0;
  --olive-100: #FEFEDD;
  --olive-200: #FCFCBF;
  --olive-300: #FAFA8E;
  --olive-400: #F8F854;
  --olive-500: #F6F623;
  --olive-600: #D7D709;
  --olive-700: #ABAB07;
  --olive-800: #7A7A05;
  --olive-900: #4E4E03;
  --olive-950: #313102;
}
Generate More ShadesCreate PaletteConvert Color