Olive

#A8950B

Yellow

Color Codes

All color formats for development

HEX
#A8950B
RGB
rgb(168, 149, 11)
HSL
hsl(53, 88%, 35%)
OKLCH
oklch(0.666 0.136 100)
CMYK
cmyk(0%, 11%, 93%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.01:1

AA AAA

On Black Background

6.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FDF9
200
#FBF4
300
#F8EC
400
#F4E2
500
#F1DA
600
#D3BC
700
#A895
800
#786B
900
#4D44
950
#302B

Shades

Darker variations

1#97870A
2#867809
3#756907
4#655A06
5#544B05
6#433C04
7#322D03
8#221E02
9#110F01

Tints

Lighter variations

1#C7B10D
2#E6CD0F
3#F1D925
4#F3DF44
5#F5E463
6#F7E982
7#F9EFA2
8#FBF4C1
9#FDFAE0

Tones

Muted variations

1#A08F13
2#98891A
3#908322
4#887D2A
5#817732
6#79713A
7#716B42
8#69654A
9#615F51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF9
#FDF9DD
Light backgroundsTable row hoverSkeleton loading
200
FBF4
#FBF4C1
Secondary backgroundsInput backgroundsDividers
300
F8EC
#F8EC91
BordersInactive statesPlaceholder text
400
F4E2
#F4E257
Disabled statesSecondary iconsMuted text
500
F1DA
#F1DA27
Primary brand colorCTAsActive elementsLinks
600
D3BC
#D3BC0D
Hover statesFocus ringsPrimary buttons hover
700
A895
#A8950B
Active/pressed statesDark mode accentsSecondary text
800
786B
#786B08
Text on light backgroundsHeadingsStrong borders
900
4D44
#4D4405
Primary textHigh emphasis contentDark headings
950
302B
#302B03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFDF1;
  --olive-100: #FDF9DD;
  --olive-200: #FBF4C1;
  --olive-300: #F8EC91;
  --olive-400: #F4E257;
  --olive-500: #F1DA27;
  --olive-600: #D3BC0D;
  --olive-700: #A8950B;
  --olive-800: #786B08;
  --olive-900: #4D4405;
  --olive-950: #302B03;
}
Generate More ShadesCreate PaletteConvert Color