Orange Red

#FF471A

Red

Color Codes

All color formats for development

HEX
#FF471A
RGB
rgb(255, 71, 26)
HSL
hsl(12, 100%, 55%)
OKLCH
oklch(0.663 0.226 34)
CMYK
cmyk(0%, 72%, 90%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.40:1

AA AAA

On Black Background

6.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF3
100
#FFE2
200
#FFCA
300
#FFA1
400
#FF70
500
#FF47
600
#E02D
700
#B324
800
#8019
900
#5210
950
#330A

Shades

Darker variations

1#FC3200
2#E02D00
3#C42700
4#A82200
5#8C1C00
6#701600
7#541100
8#380B00
9#1C0600

Tints

Lighter variations

1#FF5A30
2#FF6C47
3#FF7E5E
4#FF9175
5#FFA38C
6#FFB6A3
7#FFC8BA
8#FFDAD1
9#FFEDE8

Tones

Muted variations

1#F44E25
2#E85530
3#DD5C3C
4#D16347
5#C66A53
6#BA715E
7#AF786A
8#A37E75
9#988581

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF3
#FFF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FFE2
#FFE2DB
Light backgroundsTable row hoverSkeleton loading
200
FFCA
#FFCABD
Secondary backgroundsInput backgroundsDividers
300
FFA1
#FFA18A
BordersInactive statesPlaceholder text
400
FF70
#FF704D
Disabled statesSecondary iconsMuted text
500
FF47
#FF471A
Primary brand colorCTAsActive elementsLinks
600
E02D
#E02D00
Hover statesFocus ringsPrimary buttons hover
700
B324
#B32400
Active/pressed statesDark mode accentsSecondary text
800
8019
#801900
Text on light backgroundsHeadingsStrong borders
900
5210
#521000
Primary textHigh emphasis contentDark headings
950
330A
#330A00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF3F0;
  --orange-red-100: #FFE2DB;
  --orange-red-200: #FFCABD;
  --orange-red-300: #FFA18A;
  --orange-red-400: #FF704D;
  --orange-red-500: #FF471A;
  --orange-red-600: #E02D00;
  --orange-red-700: #B32400;
  --orange-red-800: #801900;
  --orange-red-900: #521000;
  --orange-red-950: #330A00;
}
Generate More ShadesCreate PaletteConvert Color