Olive

#A3990F

Yellow

Color Codes

All color formats for development

HEX
#A3990F
RGB
rgb(163, 153, 15)
HSL
hsl(56, 83%, 35%)
OKLCH
oklch(0.671 0.139 104.8)
CMYK
cmyk(0%, 6%, 91%, 36%)

Accessibility

WCAG contrast compliance

On White Background

2.95:1

AA AAA

On Black Background

7.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F6
300
#F5EF
400
#F0E6
500
#EBDF
600
#CDC1
700
#A399
800
#756E
900
#4B46
950
#2F2C

Shades

Darker variations

1#938A0E
2#837B0C
3#726B0B
4#625C09
5#524D08
6#413D06
7#312E05
8#211F03
9#100F02

Tints

Lighter variations

1#C2B612
2#E0D215
3#EBDE2B
4#EEE349
5#F1E867
6#F4EC86
7#F7F1A4
8#F9F6C2
9#FCFAE1

Tones

Muted variations

1#9C9317
2#958D1E
3#8D8625
4#86802D
5#7E7934
6#77733C
7#6F6D43
8#68664A
9#616052

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADE
Light backgroundsTable row hoverSkeleton loading
200
F9F6
#F9F6C2
Secondary backgroundsInput backgroundsDividers
300
F5EF
#F5EF94
BordersInactive statesPlaceholder text
400
F0E6
#F0E65C
Disabled statesSecondary iconsMuted text
500
EBDF
#EBDF2D
Primary brand colorCTAsActive elementsLinks
600
CDC1
#CDC113
Hover statesFocus ringsPrimary buttons hover
700
A399
#A3990F
Active/pressed statesDark mode accentsSecondary text
800
756E
#756E0B
Text on light backgroundsHeadingsStrong borders
900
4B46
#4B4607
Primary textHigh emphasis contentDark headings
950
2F2C
#2F2C04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFDF1;
  --olive-100: #FCFADE;
  --olive-200: #F9F6C2;
  --olive-300: #F5EF94;
  --olive-400: #F0E65C;
  --olive-500: #EBDF2D;
  --olive-600: #CDC113;
  --olive-700: #A3990F;
  --olive-800: #756E0B;
  --olive-900: #4B4607;
  --olive-950: #2F2C04;
}
Generate More ShadesCreate PaletteConvert Color