Olive

#AAAA08

Yellow

Color Codes

All color formats for development

HEX
#AAAA08
RGB
rgb(170, 170, 8)
HSL
hsl(60, 91%, 35%)
OKLCH
oklch(0.715 0.154 109.7)
CMYK
cmyk(0%, 0%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.48:1

AA AAA

On Black Background

8.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FDFD
200
#FCFC
300
#FAFA
400
#F7F7
500
#F5F5
600
#D6D6
700
#AAAA
800
#7A7A
900
#4E4E
950
#3131

Shades

Darker variations

1#999907
2#888806
3#777706
4#666605
5#555504
6#444403
7#333302
8#222202
9#111101

Tints

Lighter variations

1#CACA0A
2#EAEA0B
3#F5F521
4#F6F641
5#F8F861
6#F9F980
7#FBFBA0
8#FCFCC0
9#FEFEDF

Tones

Muted variations

1#A2A210
2#9A9A18
3#929220
4#8A8A29
5#828231
6#7A7A39
7#727241
8#696949
9#616151

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF0
BackgroundsSubtle highlightsCard backgrounds
100
FDFD
#FDFDDD
Light backgroundsTable row hoverSkeleton loading
200
FCFC
#FCFCC0
Secondary backgroundsInput backgroundsDividers
300
FAFA
#FAFA8F
BordersInactive statesPlaceholder text
400
F7F7
#F7F755
Disabled statesSecondary iconsMuted text
500
F5F5
#F5F524
Primary brand colorCTAsActive elementsLinks
600
D6D6
#D6D60A
Hover statesFocus ringsPrimary buttons hover
700
AAAA
#AAAA08
Active/pressed statesDark mode accentsSecondary text
800
7A7A
#7A7A06
Text on light backgroundsHeadingsStrong borders
900
4E4E
#4E4E04
Primary textHigh emphasis contentDark headings
950
3131
#313102
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFEF0;
  --olive-100: #FDFDDD;
  --olive-200: #FCFCC0;
  --olive-300: #FAFA8F;
  --olive-400: #F7F755;
  --olive-500: #F5F524;
  --olive-600: #D6D60A;
  --olive-700: #AAAA08;
  --olive-800: #7A7A06;
  --olive-900: #4E4E04;
  --olive-950: #313102;
}
Generate More ShadesCreate PaletteConvert Color