Orange Red

#F94B1F

Red

Color Codes

All color formats for development

HEX
#F94B1F
RGB
rgb(249, 75, 31)
HSL
hsl(12, 95%, 55%)
OKLCH
oklch(0.657 0.217 34.5)
CMYK
cmyk(0%, 70%, 88%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.47:1

AA AAA

On Black Background

6.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF3
100
#FEE3
200
#FDCB
300
#FCA3
400
#FB73
500
#F94B
600
#DB30
700
#AE26
800
#7C1B
900
#5012
950
#320B

Shades

Darker variations

1#F63606
2#DB3006
3#BF2A05
4#A42404
5#891E04
6#6D1803
7#521202
8#370C01
9#1B0601

Tints

Lighter variations

1#FA5D36
2#FA6F4C
3#FB8162
4#FC9379
5#FCA58F
6#FDB7A5
7#FDC9BC
8#FEDBD2
9#FEEDE9

Tones

Muted variations

1#EE512A
2#E35835
3#D95E40
4#CE654B
5#C36C56
6#B87261
7#AD796C
8#A27F76
9#978681

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF3
#FFF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE3
#FEE3DC
Light backgroundsTable row hoverSkeleton loading
200
FDCB
#FDCBBE
Secondary backgroundsInput backgroundsDividers
300
FCA3
#FCA38D
BordersInactive statesPlaceholder text
400
FB73
#FB7351
Disabled statesSecondary iconsMuted text
500
F94B
#F94B1F
Primary brand colorCTAsActive elementsLinks
600
DB30
#DB3006
Hover statesFocus ringsPrimary buttons hover
700
AE26
#AE2604
Active/pressed statesDark mode accentsSecondary text
800
7C1B
#7C1B03
Text on light backgroundsHeadingsStrong borders
900
5012
#501202
Primary textHigh emphasis contentDark headings
950
320B
#320B01
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FFF3F0;
  --orange-red-100: #FEE3DC;
  --orange-red-200: #FDCBBE;
  --orange-red-300: #FCA38D;
  --orange-red-400: #FB7351;
  --orange-red-500: #F94B1F;
  --orange-red-600: #DB3006;
  --orange-red-700: #AE2604;
  --orange-red-800: #7C1B03;
  --orange-red-900: #501202;
  --orange-red-950: #320B01;
}
Generate More ShadesCreate PaletteConvert Color