Coral

#F97153

Red

Color Codes

All color formats for development

HEX
#F97153
RGB
rgb(249, 113, 83)
HSL
hsl(11, 93%, 65%)
OKLCH
oklch(0.707 0.173 33.9)
CMYK
cmyk(0%, 55%, 67%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FEE3
200
#FDCA
300
#FBA2
400
#F971
500
#F749
600
#D92E
700
#AC25
800
#7B1A
900
#4F11
950
#310A

Shades

Darker variations

1#F85733
2#F63D13
3#E03008
4#C02907
5#A02206
6#801B05
7#601403
8#400E02
9#200701

Tints

Lighter variations

1#F97F64
2#FA8E75
3#FB9C86
4#FBAA98
5#FCB8A9
6#FDC6BA
7#FDD4CB
8#FEE3DD
9#FEF1EE

Tones

Muted variations

1#F0765B
2#E87C63
3#E0816C
4#D88674
5#CF8B7C
6#C79185
7#BF968D
8#B69B95
9#AEA09D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE3
#FEE3DD
Light backgroundsTable row hoverSkeleton loading
200
FDCA
#FDCABF
Secondary backgroundsInput backgroundsDividers
300
FBA2
#FBA28E
BordersInactive statesPlaceholder text
400
F971
#F97153
Disabled statesSecondary iconsMuted text
500
F749
#F74922
Primary brand colorCTAsActive elementsLinks
600
D92E
#D92E08
Hover statesFocus ringsPrimary buttons hover
700
AC25
#AC2506
Active/pressed statesDark mode accentsSecondary text
800
7B1A
#7B1A04
Text on light backgroundsHeadingsStrong borders
900
4F11
#4F1103
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: #FEE3DD;
  --coral-200: #FDCABF;
  --coral-300: #FBA28E;
  --coral-400: #F97153;
  --coral-500: #F74922;
  --coral-600: #D92E08;
  --coral-700: #AC2506;
  --coral-800: #7B1A04;
  --coral-900: #4F1103;
  --coral-950: #310A02;
}
Generate More ShadesCreate PaletteConvert Color