Olive

#794B06

Orange

Color Codes

All color formats for development

HEX
#794B06
RGB
rgb(121, 75, 6)
HSL
hsl(36, 91%, 25%)
OKLCH
oklch(0.455 0.097 68.7)
CMYK
cmyk(0%, 38%, 95%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.44:1

AA AAA

On Black Background

2.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FDF0
200
#FCE4
300
#FACF
400
#F7B6
500
#F5A1
600
#D685
700
#AA69
800
#7A4B
900
#4E30
950
#311E

Shades

Darker variations

1#6E4405
2#613C05
3#553504
4#492D03
5#3D2603
6#311E02
7#251702
8#180F01
9#0C0801

Tints

Lighter variations

1#9E6207
2#C37909
3#E78F0B
4#F5A124
5#F6B148
6#F8C06D
7#FAD091
8#FCE0B6
9#FDEFDA

Tones

Muted variations

1#744A0C
2#6E4911
3#684817
4#63471D
5#5D4623
6#574429
7#51432E
8#4B4234
9#46413A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FDF0
#FDF0DD
Light backgroundsTable row hoverSkeleton loading
200
FCE4
#FCE4C0
Secondary backgroundsInput backgroundsDividers
300
FACF
#FACF8F
BordersInactive statesPlaceholder text
400
F7B6
#F7B655
Disabled statesSecondary iconsMuted text
500
F5A1
#F5A124
Primary brand colorCTAsActive elementsLinks
600
D685
#D6850A
Hover statesFocus ringsPrimary buttons hover
700
AA69
#AA6908
Active/pressed statesDark mode accentsSecondary text
800
7A4B
#7A4B06
Text on light backgroundsHeadingsStrong borders
900
4E30
#4E3004
Primary textHigh emphasis contentDark headings
950
311E
#311E02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --olive-50: #FEF9F0;
  --olive-100: #FDF0DD;
  --olive-200: #FCE4C0;
  --olive-300: #FACF8F;
  --olive-400: #F7B655;
  --olive-500: #F5A124;
  --olive-600: #D6850A;
  --olive-700: #AA6908;
  --olive-800: #7A4B06;
  --olive-900: #4E3004;
  --olive-950: #311E02;
}
Generate More ShadesCreate PaletteConvert Color