Olive

#AA7F09

Orange

Color Codes

All color formats for development

HEX
#AA7F09
RGB
rgb(170, 127, 9)
HSL
hsl(44, 90%, 35%)
OKLCH
oklch(0.622 0.126 84.2)
CMYK
cmyk(0%, 25%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.65:1

AA AAA

On Black Background

5.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FCEC
300
#F9DD
400
#F6CB
500
#F4BC
600
#D59F
700
#AA7F
800
#795B
900
#4E3A
950
#3024

Shades

Darker variations

1#997208
2#886507
3#775906
4#664C05
5#553F04
6#443304
7#332603
8#221902
9#110D01

Tints

Lighter variations

1#C9960B
2#E9AE0C
3#F3BC23
4#F5C542
5#F7CF62
6#F8D981
7#FAE2A1
8#FCECC0
9#FDF5E0

Tones

Muted variations

1#A27B11
2#9A7719
3#917321
4#897029
5#816C31
6#796839
7#716441
8#696149
9#615D51

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF0
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DD
Light backgroundsTable row hoverSkeleton loading
200
FCEC
#FCECC0
Secondary backgroundsInput backgroundsDividers
300
F9DD
#F9DD90
BordersInactive statesPlaceholder text
400
F6CB
#F6CB55
Disabled statesSecondary iconsMuted text
500
F4BC
#F4BC25
Primary brand colorCTAsActive elementsLinks
600
D59F
#D59F0B
Hover statesFocus ringsPrimary buttons hover
700
AA7F
#AA7F09
Active/pressed statesDark mode accentsSecondary text
800
795B
#795B06
Text on light backgroundsHeadingsStrong borders
900
4E3A
#4E3A04
Primary textHigh emphasis contentDark headings
950
3024
#302403
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFBF0;
  --olive-100: #FDF5DD;
  --olive-200: #FCECC0;
  --olive-300: #F9DD90;
  --olive-400: #F6CB55;
  --olive-500: #F4BC25;
  --olive-600: #D59F0B;
  --olive-700: #AA7F09;
  --olive-800: #795B06;
  --olive-900: #4E3A04;
  --olive-950: #302403;
}
Generate More ShadesCreate PaletteConvert Color