Orange Red

#DE3902

Orange

Color Codes

All color formats for development

HEX
#DE3902
RGB
rgb(222, 57, 2)
HSL
hsl(15, 98%, 44%)
OKLCH
oklch(0.593 0.208 34.9)
CMYK
cmyk(0%, 74%, 99%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.48:1

AA AAA

On Black Background

4.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF4
100
#FFE4
200
#FECE
300
#FEA8
400
#FD7A
500
#FD54
600
#DE39
700
#B12E
800
#7E21
900
#5115
950
#320D

Shades

Darker variations

1#C83302
2#B22E02
3#9C2802
4#852201
5#6F1D01
6#591701
7#431101
8#2C0B00
9#160600

Tints

Lighter variations

1#FA4103
2#FD551D
3#FD6A39
4#FD7F55
5#FE9572
6#FEAA8E
7#FEBFAA
8#FED4C6
9#FFEAE3

Tones

Muted variations

1#D33F0D
2#C84418
3#BD4A23
4#B24F2E
5#A75539
6#9C5A44
7#91604F
8#86655A
9#7B6B65

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF4
#FFF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE4
#FFE4DC
Light backgroundsTable row hoverSkeleton loading
200
FECE
#FECEBD
Secondary backgroundsInput backgroundsDividers
300
FEA8
#FEA88B
BordersInactive statesPlaceholder text
400
FD7A
#FD7A4E
Disabled statesSecondary iconsMuted text
500
FD54
#FD541C
Primary brand colorCTAsActive elementsLinks
600
DE39
#DE3902
Hover statesFocus ringsPrimary buttons hover
700
B12E
#B12E02
Active/pressed statesDark mode accentsSecondary text
800
7E21
#7E2101
Text on light backgroundsHeadingsStrong borders
900
5115
#511501
Primary textHigh emphasis contentDark headings
950
320D
#320D01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF4F0;
  --orange-red-100: #FFE4DC;
  --orange-red-200: #FECEBD;
  --orange-red-300: #FEA88B;
  --orange-red-400: #FD7A4E;
  --orange-red-500: #FD541C;
  --orange-red-600: #DE3902;
  --orange-red-700: #B12E02;
  --orange-red-800: #7E2101;
  --orange-red-900: #511501;
  --orange-red-950: #320D01;
}
Generate More ShadesCreate PaletteConvert Color