Coral

#FA7352

Red

Color Codes

All color formats for development

HEX
#FA7352
RGB
rgb(250, 115, 82)
HSL
hsl(12, 94%, 65%)
OKLCH
oklch(0.711 0.173 35)
CMYK
cmyk(0%, 54%, 67%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.75:1

AA AAA

On Black Background

7.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF3
100
#FEE3
200
#FDCB
300
#FBA3
400
#FA73
500
#F84C
600
#DA31
700
#AD27
800
#7C1C
900
#4F12
950
#310B

Shades

Darker variations

1#F95932
2#F84012
3#E13307
4#C12B06
5#A12405
6#811D04
7#601603
8#400E02
9#200701

Tints

Lighter variations

1#FA8163
2#FB8F74
3#FB9D86
4#FCAB97
5#FCB9A8
6#FDC7BA
7#FDD5CB
8#FEE3DC
9#FEF1EE

Tones

Muted variations

1#F1785A
2#E97D63
3#E0836B
4#D88873
5#D08D7C
6#C79284
7#BF978D
8#B79C95
9#AEA19D

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
#FDCBBF
Secondary backgroundsInput backgroundsDividers
300
FBA3
#FBA38D
BordersInactive statesPlaceholder text
400
FA73
#FA7352
Disabled statesSecondary iconsMuted text
500
F84C
#F84C20
Primary brand colorCTAsActive elementsLinks
600
DA31
#DA3107
Hover statesFocus ringsPrimary buttons hover
700
AD27
#AD2705
Active/pressed statesDark mode accentsSecondary text
800
7C1C
#7C1C04
Text on light backgroundsHeadingsStrong borders
900
4F12
#4F1202
Primary textHigh emphasis contentDark headings
950
310B
#310B02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FFF3F0;
  --coral-100: #FEE3DC;
  --coral-200: #FDCBBF;
  --coral-300: #FBA38D;
  --coral-400: #FA7352;
  --coral-500: #F84C20;
  --coral-600: #DA3107;
  --coral-700: #AD2705;
  --coral-800: #7C1C04;
  --coral-900: #4F1202;
  --coral-950: #310B02;
}
Generate More ShadesCreate PaletteConvert Color