Olive

#A4A40E

Yellow

Color Codes

All color formats for development

HEX
#A4A40E
RGB
rgb(164, 164, 14)
HSL
hsl(60, 84%, 35%)
OKLCH
oklch(0.696 0.149 109.7)
CMYK
cmyk(0%, 0%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.66:1

AA AAA

On Black Background

7.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FCFC
200
#FAFA
300
#F6F6
400
#F1F1
500
#EDED
600
#CECE
700
#A4A4
800
#7575
900
#4B4B
950
#2F2F

Shades

Darker variations

1#94940D
2#83830B
3#73730A
4#636309
5#525207
6#424206
7#313104
8#212103
9#101001

Tints

Lighter variations

1#C3C311
2#E1E114
3#ECEC2A
4#EFEF48
5#F2F267
6#F4F485
7#F7F7A4
8#FAFAC2
9#FCFCE1

Tones

Muted variations

1#9D9D16
2#95951D
3#8E8E25
4#86862C
5#7F7F34
6#77773B
7#707043
8#68684A
9#616152

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFC
#FCFCDE
Light backgroundsTable row hoverSkeleton loading
200
FAFA
#FAFAC2
Secondary backgroundsInput backgroundsDividers
300
F6F6
#F6F693
BordersInactive statesPlaceholder text
400
F1F1
#F1F15B
Disabled statesSecondary iconsMuted text
500
EDED
#EDED2C
Primary brand colorCTAsActive elementsLinks
600
CECE
#CECE12
Hover statesFocus ringsPrimary buttons hover
700
A4A4
#A4A40E
Active/pressed statesDark mode accentsSecondary text
800
7575
#75750A
Text on light backgroundsHeadingsStrong borders
900
4B4B
#4B4B07
Primary textHigh emphasis contentDark headings
950
2F2F
#2F2F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFEF1;
  --olive-100: #FCFCDE;
  --olive-200: #FAFAC2;
  --olive-300: #F6F693;
  --olive-400: #F1F15B;
  --olive-500: #EDED2C;
  --olive-600: #CECE12;
  --olive-700: #A4A40E;
  --olive-800: #75750A;
  --olive-900: #4B4B07;
  --olive-950: #2F2F04;
}
Generate More ShadesCreate PaletteConvert Color