Orange Red

#FF301A

Red

Color Codes

All color formats for development

HEX
#FF301A
RGB
rgb(255, 48, 26)
HSL
hsl(6, 100%, 55%)
OKLCH
oklch(0.645 0.241 30.4)
CMYK
cmyk(0%, 81%, 90%, 0%)

Accessibility

WCAG contrast compliance

On White Background

3.69:1

AA AAA

On Black Background

5.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF1
100
#FFDF
200
#FFC3
300
#FF95
400
#FF5E
500
#FF30
600
#E016
700
#B312
800
#800D
900
#5208
950
#3305

Shades

Darker variations

1#FC1900
2#E01600
3#C41400
4#A81100
5#8C0E00
6#700B00
7#540800
8#380600
9#1C0300

Tints

Lighter variations

1#FF4530
2#FF5A47
3#FF6E5E
4#FF8375
5#FF988C
6#FFACA3
7#FFC1BA
8#FFD6D1
9#FFEAE8

Tones

Muted variations

1#F43A25
2#E84330
3#DD4C3C
4#D15547
5#C65E53
6#BA685E
7#AF716A
8#A37A75
9#988381

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF1
#FFF1F0
BackgroundsSubtle highlightsCard backgrounds
100
FFDF
#FFDFDB
Light backgroundsTable row hoverSkeleton loading
200
FFC3
#FFC3BD
Secondary backgroundsInput backgroundsDividers
300
FF95
#FF958A
BordersInactive statesPlaceholder text
400
FF5E
#FF5E4D
Disabled statesSecondary iconsMuted text
500
FF30
#FF301A
Primary brand colorCTAsActive elementsLinks
600
E016
#E01600
Hover statesFocus ringsPrimary buttons hover
700
B312
#B31200
Active/pressed statesDark mode accentsSecondary text
800
800D
#800D00
Text on light backgroundsHeadingsStrong borders
900
5208
#520800
Primary textHigh emphasis contentDark headings
950
3305
#330500
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF1F0;
  --orange-red-100: #FFDFDB;
  --orange-red-200: #FFC3BD;
  --orange-red-300: #FF958A;
  --orange-red-400: #FF5E4D;
  --orange-red-500: #FF301A;
  --orange-red-600: #E01600;
  --orange-red-700: #B31200;
  --orange-red-800: #800D00;
  --orange-red-900: #520800;
  --orange-red-950: #330500;
}
Generate More ShadesCreate PaletteConvert Color