Olive

#AA6F08

Orange

Color Codes

All color formats for development

HEX
#AA6F08
RGB
rgb(170, 111, 8)
HSL
hsl(38, 91%, 35%)
OKLCH
oklch(0.59 0.124 72)
CMYK
cmyk(0%, 35%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.21:1

AA AAA

On Black Background

4.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF1
200
#FCE6
300
#FAD3
400
#F7BB
500
#F5A8
600
#D68B
700
#AA6F
800
#7A4F
900
#4E33
950
#3120

Shades

Darker variations

1#996407
2#885906
3#774E06
4#664305
5#553704
6#442C03
7#332102
8#221602
9#110B01

Tints

Lighter variations

1#CA840A
2#EA980B
3#F5A721
4#F6B441
5#F8C061
6#F9CD80
7#FBD9A0
8#FCE6C0
9#FEF2DF

Tones

Muted variations

1#A26D10
2#9A6B18
3#926820
4#8A6629
5#826431
6#7A6239
7#726041
8#695E49
9#615B51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FDF1
#FDF1DD
Light backgroundsTable row hoverSkeleton loading
200
FCE6
#FCE6C0
Secondary backgroundsInput backgroundsDividers
300
FAD3
#FAD38F
BordersInactive statesPlaceholder text
400
F7BB
#F7BB55
Disabled statesSecondary iconsMuted text
500
F5A8
#F5A824
Primary brand colorCTAsActive elementsLinks
600
D68B
#D68B0A
Hover statesFocus ringsPrimary buttons hover
700
AA6F
#AA6F08
Active/pressed statesDark mode accentsSecondary text
800
7A4F
#7A4F06
Text on light backgroundsHeadingsStrong borders
900
4E33
#4E3304
Primary textHigh emphasis contentDark headings
950
3120
#312002
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEF9F0;
  --olive-100: #FDF1DD;
  --olive-200: #FCE6C0;
  --olive-300: #FAD38F;
  --olive-400: #F7BB55;
  --olive-500: #F5A824;
  --olive-600: #D68B0A;
  --olive-700: #AA6F08;
  --olive-800: #7A4F06;
  --olive-900: #4E3304;
  --olive-950: #312002;
}
Generate More ShadesCreate PaletteConvert Color