Olive

#AE9704

Yellow

Color Codes

All color formats for development

HEX
#AE9704
RGB
rgb(174, 151, 4)
HSL
hsl(52, 96%, 35%)
OKLCH
oklch(0.676 0.139 98.2)
CMYK
cmyk(0%, 13%, 98%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.91:1

AA AAA

On Black Background

7.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFD
100
#FEFA
200
#FEF5
300
#FDEE
400
#FBE5
500
#FADD
600
#DCBF
700
#AF98
800
#7D6D
900
#5046
950
#322B

Shades

Darker variations

1#9D8903
2#8C7A03
3#7A6A02
4#695B02
5#574C02
6#463D01
7#342E01
8#231E01
9#110F00

Tints

Lighter variations

1#CFB404
2#F0D105
3#FADD1C
4#FBE23C
5#FCE65D
6#FCEB7D
7#FDF09E
8#FEF5BE
9#FEFADF

Tones

Muted variations

1#A6920C
2#9E8C15
3#95851D
4#8D7F26
5#84792E
6#7C7237
7#736C40
8#6A6648
9#626051

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFD
#FFFDF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFA
#FEFADC
Light backgroundsTable row hoverSkeleton loading
200
FEF5
#FEF5BE
Secondary backgroundsInput backgroundsDividers
300
FDEE
#FDEE8C
BordersInactive statesPlaceholder text
400
FBE5
#FBE550
Disabled statesSecondary iconsMuted text
500
FADD
#FADD1E
Primary brand colorCTAsActive elementsLinks
600
DCBF
#DCBF04
Hover statesFocus ringsPrimary buttons hover
700
AF98
#AF9804
Active/pressed statesDark mode accentsSecondary text
800
7D6D
#7D6D03
Text on light backgroundsHeadingsStrong borders
900
5046
#504602
Primary textHigh emphasis contentDark headings
950
322B
#322B01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FFFDF0;
  --olive-100: #FEFADC;
  --olive-200: #FEF5BE;
  --olive-300: #FDEE8C;
  --olive-400: #FBE550;
  --olive-500: #FADD1E;
  --olive-600: #DCBF04;
  --olive-700: #AF9804;
  --olive-800: #7D6D03;
  --olive-900: #504602;
  --olive-950: #322B01;
}
Generate More ShadesCreate PaletteConvert Color