Coral

#F86F54

Red

Color Codes

All color formats for development

HEX
#F86F54
RGB
rgb(248, 111, 84)
HSL
hsl(10, 92%, 65%)
OKLCH
oklch(0.703 0.174 32.8)
CMYK
cmyk(0%, 55%, 66%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FEE2
200
#FCCA
300
#FAA0
400
#F86F
500
#F646
600
#D72B
700
#AB23
800
#7A19
900
#4E10
950
#310A

Shades

Darker variations

1#F75434
2#F53A14
3#DF2D09
4#BF2608
5#9F2007
6#7F1A05
7#5F1304
8#400D03
9#200601

Tints

Lighter variations

1#F97D65
2#F98C76
3#FA9A87
4#FBA998
5#FBB7A9
6#FCC5BA
7#FDD4CC
8#FEE2DD
9#FEF1EE

Tones

Muted variations

1#F0745C
2#E77A64
3#DF7F6C
4#D78574
5#CF8A7D
6#C79085
7#BE958D
8#B69B95
9#AEA09E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE2
#FEE2DD
Light backgroundsTable row hoverSkeleton loading
200
FCCA
#FCCABF
Secondary backgroundsInput backgroundsDividers
300
FAA0
#FAA08E
BordersInactive statesPlaceholder text
400
F86F
#F86F54
Disabled statesSecondary iconsMuted text
500
F646
#F64623
Primary brand colorCTAsActive elementsLinks
600
D72B
#D72B09
Hover statesFocus ringsPrimary buttons hover
700
AB23
#AB2307
Active/pressed statesDark mode accentsSecondary text
800
7A19
#7A1905
Text on light backgroundsHeadingsStrong borders
900
4E10
#4E1003
Primary textHigh emphasis contentDark headings
950
310A
#310A02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF3F0;
  --coral-100: #FEE2DD;
  --coral-200: #FCCABF;
  --coral-300: #FAA08E;
  --coral-400: #F86F54;
  --coral-500: #F64623;
  --coral-600: #D72B09;
  --coral-700: #AB2307;
  --coral-800: #7A1905;
  --coral-900: #4E1003;
  --coral-950: #310A02;
}
Generate More ShadesCreate PaletteConvert Color