Coral

#F87A54

Red

Color Codes

All color formats for development

HEX
#F87A54
RGB
rgb(248, 122, 84)
HSL
hsl(14, 92%, 65%)
OKLCH
oklch(0.719 0.164 37.5)
CMYK
cmyk(0%, 51%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.66:1

AA AAA

On Black Background

7.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FEE4
200
#FCCE
300
#FAA8
400
#F87A
500
#F654
600
#D739
700
#AB2D
800
#7A20
900
#4E15
950
#310D

Shades

Darker variations

1#F76134
2#F54914
3#DF3B09
4#BF3308
5#9F2A07
6#7F2205
7#5F1904
8#401103
9#200801

Tints

Lighter variations

1#F98765
2#F99576
3#FAA287
4#FBAF98
5#FBBCA9
6#FCCABA
7#FDD7CC
8#FEE4DD
9#FEF2EE

Tones

Muted variations

1#F07E5C
2#E78364
3#DF876C
4#D78B74
5#CF907D
6#C79485
7#BE998D
8#B69D95
9#AEA19E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE4
#FEE4DD
Light backgroundsTable row hoverSkeleton loading
200
FCCE
#FCCEBF
Secondary backgroundsInput backgroundsDividers
300
FAA8
#FAA88E
BordersInactive statesPlaceholder text
400
F87A
#F87A54
Disabled statesSecondary iconsMuted text
500
F654
#F65423
Primary brand colorCTAsActive elementsLinks
600
D739
#D73909
Hover statesFocus ringsPrimary buttons hover
700
AB2D
#AB2D07
Active/pressed statesDark mode accentsSecondary text
800
7A20
#7A2005
Text on light backgroundsHeadingsStrong borders
900
4E15
#4E1503
Primary textHigh emphasis contentDark headings
950
310D
#310D02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF4F0;
  --coral-100: #FEE4DD;
  --coral-200: #FCCEBF;
  --coral-300: #FAA88E;
  --coral-400: #F87A54;
  --coral-500: #F65423;
  --coral-600: #D73909;
  --coral-700: #AB2D07;
  --coral-800: #7A2005;
  --coral-900: #4E1503;
  --coral-950: #310D02;
}
Generate More ShadesCreate PaletteConvert Color