Olive

#7C4C04

Orange

Color Codes

All color formats for development

HEX
#7C4C04
RGB
rgb(124, 76, 4)
HSL
hsl(36, 94%, 25%)
OKLCH
oklch(0.461 0.099 68.1)
CMYK
cmyk(0%, 39%, 97%, 51%)

Accessibility

WCAG contrast compliance

On White Background

7.26:1

AA AAA

On Black Background

2.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FEF1
200
#FDE4
300
#FBCF
400
#FAB7
500
#F8A2
600
#DA85
700
#AD6A
800
#7C4C
900
#4F30
950
#311E

Shades

Darker variations

1#6F4403
2#633D03
3#573503
4#4A2D02
5#3E2602
6#311E02
7#251701
8#190F01
9#0C0800

Tints

Lighter variations

1#A16205
2#C67906
3#EB9007
4#F8A220
5#F9B145
6#FAC16B
7#FCD090
8#FDE0B5
9#FEEFDA

Tones

Muted variations

1#764B0A
2#704910
3#6A4816
4#64471C
5#5E4622
6#584528
7#52432E
8#4C4234
9#46413A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF1
#FEF1DC
Light backgroundsTable row hoverSkeleton loading
200
FDE4
#FDE4BF
Secondary backgroundsInput backgroundsDividers
300
FBCF
#FBCF8D
BordersInactive statesPlaceholder text
400
FAB7
#FAB752
Disabled statesSecondary iconsMuted text
500
F8A2
#F8A220
Primary brand colorCTAsActive elementsLinks
600
DA85
#DA8507
Hover statesFocus ringsPrimary buttons hover
700
AD6A
#AD6A05
Active/pressed statesDark mode accentsSecondary text
800
7C4C
#7C4C04
Text on light backgroundsHeadingsStrong borders
900
4F30
#4F3002
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: #FFF9F0;
  --olive-100: #FEF1DC;
  --olive-200: #FDE4BF;
  --olive-300: #FBCF8D;
  --olive-400: #FAB752;
  --olive-500: #F8A220;
  --olive-600: #DA8507;
  --olive-700: #AD6A05;
  --olive-800: #7C4C04;
  --olive-900: #4F3002;
  --olive-950: #311E02;
}
Generate More ShadesCreate PaletteConvert Color