Olive

#784F08

Orange

Color Codes

All color formats for development

HEX
#784F08
RGB
rgb(120, 79, 8)
HSL
hsl(38, 88%, 25%)
OKLCH
oklch(0.462 0.095 73.4)
CMYK
cmyk(0%, 34%, 93%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.19:1

AA AAA

On Black Background

2.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF1
200
#FBE6
300
#F8D2
400
#F4BB
500
#F1A7
600
#D38B
700
#A86E
800
#784F
900
#4D32
950
#301F

Shades

Darker variations

1#6C4707
2#603F06
3#543705
4#482F05
5#3C2704
6#301F03
7#241802
8#181002
9#0C0801

Tints

Lighter variations

1#9C660A
2#C07E0C
3#E4960F
4#F1A727
5#F4B64B
6#F6C46F
7#F8D393
8#FAE2B7
9#FDF0DB

Tones

Muted variations

1#724D0D
2#6D4C13
3#674A18
4#61491E
5#5C4724
6#564629
7#51442F
8#4B4335
9#45413A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FDF1
#FDF1DD
Light backgroundsTable row hoverSkeleton loading
200
FBE6
#FBE6C1
Secondary backgroundsInput backgroundsDividers
300
F8D2
#F8D291
BordersInactive statesPlaceholder text
400
F4BB
#F4BB57
Disabled statesSecondary iconsMuted text
500
F1A7
#F1A727
Primary brand colorCTAsActive elementsLinks
600
D38B
#D38B0D
Hover statesFocus ringsPrimary buttons hover
700
A86E
#A86E0B
Active/pressed statesDark mode accentsSecondary text
800
784F
#784F08
Text on light backgroundsHeadingsStrong borders
900
4D32
#4D3205
Primary textHigh emphasis contentDark headings
950
301F
#301F03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEF9F1;
  --olive-100: #FDF1DD;
  --olive-200: #FBE6C1;
  --olive-300: #F8D291;
  --olive-400: #F4BB57;
  --olive-500: #F1A727;
  --olive-600: #D38B0D;
  --olive-700: #A86E0B;
  --olive-800: #784F08;
  --olive-900: #4D3205;
  --olive-950: #301F03;
}
Generate More ShadesCreate PaletteConvert Color