Olive

#7A4F05

Orange

Color Codes

All color formats for development

HEX
#7A4F05
RGB
rgb(122, 79, 5)
HSL
hsl(38, 92%, 25%)
OKLCH
oklch(0.465 0.097 72.4)
CMYK
cmyk(0%, 35%, 96%, 52%)

Accessibility

WCAG contrast compliance

On White Background

7.12:1

AA AAA

On Black Background

2.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF9
100
#FEF2
200
#FCE6
300
#FAD3
400
#F8BC
500
#F6A8
600
#D78C
700
#AB6F
800
#7A4F
900
#4E33
950
#3120

Shades

Darker variations

1#6E4705
2#624004
3#563804
4#493003
5#3D2803
6#312002
7#251802
8#181001
9#0C0801

Tints

Lighter variations

1#9F6707
2#C47F08
3#E9970A
4#F6A823
5#F7B747
6#F9C56C
7#FAD491
8#FCE2B6
9#FDF1DA

Tones

Muted variations

1#754E0B
2#6F4C11
3#694B17
4#63491D
5#5D4822
6#574628
7#51442E
8#4B4334
9#46413A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF9
#FEF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF2
#FEF2DD
Light backgroundsTable row hoverSkeleton loading
200
FCE6
#FCE6BF
Secondary backgroundsInput backgroundsDividers
300
FAD3
#FAD38E
BordersInactive statesPlaceholder text
400
F8BC
#F8BC54
Disabled statesSecondary iconsMuted text
500
F6A8
#F6A823
Primary brand colorCTAsActive elementsLinks
600
D78C
#D78C09
Hover statesFocus ringsPrimary buttons hover
700
AB6F
#AB6F07
Active/pressed statesDark mode accentsSecondary text
800
7A4F
#7A4F05
Text on light backgroundsHeadingsStrong borders
900
4E33
#4E3303
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: #FEF2DD;
  --olive-200: #FCE6BF;
  --olive-300: #FAD38E;
  --olive-400: #F8BC54;
  --olive-500: #F6A823;
  --olive-600: #D78C09;
  --olive-700: #AB6F07;
  --olive-800: #7A4F05;
  --olive-900: #4E3303;
  --olive-950: #312002;
}
Generate More ShadesCreate PaletteConvert Color