Olive

#ACA106

Yellow

Color Codes

All color formats for development

HEX
#ACA106
RGB
rgb(172, 161, 6)
HSL
hsl(56, 93%, 35%)
OKLCH
oklch(0.696 0.146 104.6)
CMYK
cmyk(0%, 6%, 97%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FEFC
200
#FDF9
300
#FBF4
400
#F9EE
500
#F7E9
600
#D9CB
700
#ACA1
800
#7B73
900
#4F4A
950
#312E

Shades

Darker variations

1#9B9106
2#8A8105
3#797104
4#676104
5#565103
6#454002
7#343002
8#222001
9#111001

Tints

Lighter variations

1#CCBF07
2#ECDD09
3#F7E81F
4#F8EC3F
5#F9EF5F
6#FAF27F
7#FCF59F
8#FDF9BF
9#FEFCDF

Tones

Muted variations

1#A49A0F
2#9C9317
3#938C1F
4#8B8427
5#837D30
6#7A7638
7#726F40
8#6A6849
9#626051

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFC
#FEFCDD
Light backgroundsTable row hoverSkeleton loading
200
FDF9
#FDF9BF
Secondary backgroundsInput backgroundsDividers
300
FBF4
#FBF48E
BordersInactive statesPlaceholder text
400
F9EE
#F9EE53
Disabled statesSecondary iconsMuted text
500
F7E9
#F7E922
Primary brand colorCTAsActive elementsLinks
600
D9CB
#D9CB08
Hover statesFocus ringsPrimary buttons hover
700
ACA1
#ACA106
Active/pressed statesDark mode accentsSecondary text
800
7B73
#7B7304
Text on light backgroundsHeadingsStrong borders
900
4F4A
#4F4A03
Primary textHigh emphasis contentDark headings
950
312E
#312E02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFEF0;
  --olive-100: #FEFCDD;
  --olive-200: #FDF9BF;
  --olive-300: #FBF48E;
  --olive-400: #F9EE53;
  --olive-500: #F7E922;
  --olive-600: #D9CB08;
  --olive-700: #ACA106;
  --olive-800: #7B7304;
  --olive-900: #4F4A03;
  --olive-950: #312E02;
}
Generate More ShadesCreate PaletteConvert Color