Olive

#785507

Orange

Color Codes

All color formats for development

HEX
#785507
RGB
rgb(120, 85, 7)
HSL
hsl(41, 89%, 25%)
OKLCH
oklch(0.475 0.096 80)
CMYK
cmyk(0%, 29%, 94%, 53%)

Accessibility

WCAG contrast compliance

On White Background

6.77:1

AA AAA

On Black Background

3.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFA
100
#FDF3
200
#FBE9
300
#F9D7
400
#F5C3
500
#F2B2
600
#D495
700
#A976
800
#7855
900
#4D36
950
#3022

Shades

Darker variations

1#6C4C06
2#604406
3#543B05
4#483304
5#3C2A04
6#302203
7#241902
8#181101
9#0C0801

Tints

Lighter variations

1#9D6E09
2#C1870B
3#E5A10D
4#F2B226
5#F4BF4A
6#F7CB6E
7#F9D893
8#FBE5B7
9#FDF2DB

Tones

Muted variations

1#73520D
2#6D5012
3#674E18
4#624C1E
5#5C4A23
6#564829
7#51462F
8#4B4434
9#45423A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFA
#FEFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF3
#FDF3DD
Light backgroundsTable row hoverSkeleton loading
200
FBE9
#FBE9C0
Secondary backgroundsInput backgroundsDividers
300
F9D7
#F9D790
BordersInactive statesPlaceholder text
400
F5C3
#F5C356
Disabled statesSecondary iconsMuted text
500
F2B2
#F2B226
Primary brand colorCTAsActive elementsLinks
600
D495
#D4950C
Hover statesFocus ringsPrimary buttons hover
700
A976
#A9760A
Active/pressed statesDark mode accentsSecondary text
800
7855
#785507
Text on light backgroundsHeadingsStrong borders
900
4D36
#4D3604
Primary textHigh emphasis contentDark headings
950
3022
#302203
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEFAF1;
  --olive-100: #FDF3DD;
  --olive-200: #FBE9C0;
  --olive-300: #F9D790;
  --olive-400: #F5C356;
  --olive-500: #F2B226;
  --olive-600: #D4950C;
  --olive-700: #A9760A;
  --olive-800: #785507;
  --olive-900: #4D3604;
  --olive-950: #302203;
}
Generate More ShadesCreate PaletteConvert Color