Olive

#A88E0B

Yellow

Color Codes

All color formats for development

HEX
#A88E0B
RGB
rgb(168, 142, 11)
HSL
hsl(50, 88%, 35%)
OKLCH
oklch(0.651 0.132 95.7)
CMYK
cmyk(0%, 15%, 93%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FDF8
200
#FBF1
300
#F8E7
400
#F4DA
500
#F1D0
600
#D3B2
700
#A88E
800
#7865
900
#4D41
950
#3028

Shades

Darker variations

1#977F0A
2#867109
3#756307
4#655506
5#544705
6#433904
7#322A03
8#221C02
9#110E01

Tints

Lighter variations

1#C7A80D
2#E6C20F
3#F1CF25
4#F3D644
5#F5DD63
6#F7E482
7#F9EAA2
8#FBF1C1
9#FDF8E0

Tones

Muted variations

1#A08813
2#98831A
3#907E22
4#88792A
5#817332
6#796E3A
7#716942
8#69644A
9#615E51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF8
#FDF8DD
Light backgroundsTable row hoverSkeleton loading
200
FBF1
#FBF1C1
Secondary backgroundsInput backgroundsDividers
300
F8E7
#F8E791
BordersInactive statesPlaceholder text
400
F4DA
#F4DA57
Disabled statesSecondary iconsMuted text
500
F1D0
#F1D027
Primary brand colorCTAsActive elementsLinks
600
D3B2
#D3B20D
Hover statesFocus ringsPrimary buttons hover
700
A88E
#A88E0B
Active/pressed statesDark mode accentsSecondary text
800
7865
#786508
Text on light backgroundsHeadingsStrong borders
900
4D41
#4D4105
Primary textHigh emphasis contentDark headings
950
3028
#302803
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFCF1;
  --olive-100: #FDF8DD;
  --olive-200: #FBF1C1;
  --olive-300: #F8E791;
  --olive-400: #F4DA57;
  --olive-500: #F1D027;
  --olive-600: #D3B20D;
  --olive-700: #A88E0B;
  --olive-800: #786508;
  --olive-900: #4D4105;
  --olive-950: #302803;
}
Generate More ShadesCreate PaletteConvert Color