Olive

#A3A30F

Yellow

Color Codes

All color formats for development

HEX
#A3A30F
RGB
rgb(163, 163, 15)
HSL
hsl(60, 83%, 35%)
OKLCH
oklch(0.693 0.148 109.7)
CMYK
cmyk(0%, 0%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FCFC
200
#F9F9
300
#F5F5
400
#F0F0
500
#EBEB
600
#CDCD
700
#A3A3
800
#7575
900
#4B4B
950
#2F2F

Shades

Darker variations

1#93930E
2#83830C
3#72720B
4#626209
5#525208
6#414106
7#313105
8#212103
9#101002

Tints

Lighter variations

1#C2C212
2#E0E015
3#EBEB2B
4#EEEE49
5#F1F167
6#F4F486
7#F7F7A4
8#F9F9C2
9#FCFCE1

Tones

Muted variations

1#9C9C17
2#95951E
3#8D8D25
4#86862D
5#7E7E34
6#77773C
7#6F6F43
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
F9F9
#F9F9C2
Secondary backgroundsInput backgroundsDividers
300
F5F5
#F5F594
BordersInactive statesPlaceholder text
400
F0F0
#F0F05C
Disabled statesSecondary iconsMuted text
500
EBEB
#EBEB2D
Primary brand colorCTAsActive elementsLinks
600
CDCD
#CDCD13
Hover statesFocus ringsPrimary buttons hover
700
A3A3
#A3A30F
Active/pressed statesDark mode accentsSecondary text
800
7575
#75750B
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: #F9F9C2;
  --olive-300: #F5F594;
  --olive-400: #F0F05C;
  --olive-500: #EBEB2D;
  --olive-600: #CDCD13;
  --olive-700: #A3A30F;
  --olive-800: #75750B;
  --olive-900: #4B4B07;
  --olive-950: #2F2F04;
}
Generate More ShadesCreate PaletteConvert Color