Orange Red

#E03C00

Orange

Color Codes

All color formats for development

HEX
#E03C00
RGB
rgb(224, 60, 0)
HSL
hsl(16, 100%, 44%)
OKLCH
oklch(0.599 0.208 35.5)
CMYK
cmyk(0%, 73%, 100%, 12%)

Accessibility

WCAG contrast compliance

On White Background

4.36:1

AA AAA

On Black Background

4.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF4
100
#FFE5
200
#FFCE
300
#FFA9
400
#FF7C
500
#FF57
600
#E03C
700
#B330
800
#8022
900
#5216
950
#330E

Shades

Darker variations

1#CA3600
2#B43000
3#9D2A00
4#872400
5#701E00
6#5A1800
7#431200
8#2D0C00
9#160600

Tints

Lighter variations

1#FD4300
2#FF571B
3#FF6C37
4#FF8154
5#FF9670
6#FFAB8D
7#FFC0A9
8#FFD5C6
9#FFEAE2

Tones

Muted variations

1#D5410B
2#CA4616
3#BF4C22
4#B4512D
5#A85638
6#9D5B43
7#92604F
8#87665A
9#7B6B65

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF4
#FFF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE5
#FFE5DB
Light backgroundsTable row hoverSkeleton loading
200
FFCE
#FFCEBD
Secondary backgroundsInput backgroundsDividers
300
FFA9
#FFA98A
BordersInactive statesPlaceholder text
400
FF7C
#FF7C4D
Disabled statesSecondary iconsMuted text
500
FF57
#FF571A
Primary brand colorCTAsActive elementsLinks
600
E03C
#E03C00
Hover statesFocus ringsPrimary buttons hover
700
B330
#B33000
Active/pressed statesDark mode accentsSecondary text
800
8022
#802200
Text on light backgroundsHeadingsStrong borders
900
5216
#521600
Primary textHigh emphasis contentDark headings
950
330E
#330E00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF4F0;
  --orange-red-100: #FFE5DB;
  --orange-red-200: #FFCEBD;
  --orange-red-300: #FFA98A;
  --orange-red-400: #FF7C4D;
  --orange-red-500: #FF571A;
  --orange-red-600: #E03C00;
  --orange-red-700: #B33000;
  --orange-red-800: #802200;
  --orange-red-900: #521600;
  --orange-red-950: #330E00;
}
Generate More ShadesCreate PaletteConvert Color