Olive

#A4900E

Yellow

Color Codes

All color formats for development

HEX
#A4900E
RGB
rgb(164, 144, 14)
HSL
hsl(52, 84%, 35%)
OKLCH
oklch(0.652 0.132 99.1)
CMYK
cmyk(0%, 12%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF8
200
#FAF2
300
#F6E8
400
#F1DD
500
#EDD3
600
#CEB5
700
#A490
800
#7567
900
#4B42
950
#2F29

Shades

Darker variations

1#94820D
2#83730B
3#73650A
4#635709
5#524807
6#423A06
7#312B04
8#211D03
9#100E01

Tints

Lighter variations

1#C3AB11
2#E1C614
3#ECD22A
4#EFD948
5#F2DF67
6#F4E685
7#F7ECA4
8#FAF2C2
9#FCF9E1

Tones

Muted variations

1#9D8B16
2#95851D
3#8E8025
4#867A2C
5#7F7534
6#776F3B
7#706A43
8#68644A
9#615F52

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF8
#FCF8DE
Light backgroundsTable row hoverSkeleton loading
200
FAF2
#FAF2C2
Secondary backgroundsInput backgroundsDividers
300
F6E8
#F6E893
BordersInactive statesPlaceholder text
400
F1DD
#F1DD5B
Disabled statesSecondary iconsMuted text
500
EDD3
#EDD32C
Primary brand colorCTAsActive elementsLinks
600
CEB5
#CEB512
Hover statesFocus ringsPrimary buttons hover
700
A490
#A4900E
Active/pressed statesDark mode accentsSecondary text
800
7567
#75670A
Text on light backgroundsHeadingsStrong borders
900
4B42
#4B4207
Primary textHigh emphasis contentDark headings
950
2F29
#2F2904
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF1;
  --olive-100: #FCF8DE;
  --olive-200: #FAF2C2;
  --olive-300: #F6E893;
  --olive-400: #F1DD5B;
  --olive-500: #EDD32C;
  --olive-600: #CEB512;
  --olive-700: #A4900E;
  --olive-800: #75670A;
  --olive-900: #4B4207;
  --olive-950: #2F2904;
}
Generate More ShadesCreate PaletteConvert Color