Coral

#EE6E5D

Red

Color Codes

All color formats for development

HEX
#EE6E5D
RGB
rgb(238, 110, 93)
HSL
hsl(7, 81%, 65%)
OKLCH
oklch(0.689 0.162 29.5)
CMYK
cmyk(0%, 54%, 61%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE2
200
#F9C9
300
#F4A0
400
#EE6E
500
#E945
600
#CB2B
700
#A222
800
#7318
900
#4A0F
950
#2E0A

Shades

Darker variations

1#EB533F
2#E83921
3#D22C16
4#B42613
5#961F10
6#78190D
7#5A1309
8#3C0D06
9#1E0603

Tints

Lighter variations

1#F07D6E
2#F18B7E
3#F39A8E
4#F5A89E
5#F7B7AE
6#F8C5BE
7#FAD4CF
8#FCE2DF
9#FDF1EF

Tones

Muted variations

1#E77465
2#E0796C
3#D87F73
4#D1847A
5#CA8A82
6#C39089
7#BB9590
8#B49B97
9#ADA09F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE2
#FCE2DF
Light backgroundsTable row hoverSkeleton loading
200
F9C9
#F9C9C3
Secondary backgroundsInput backgroundsDividers
300
F4A0
#F4A095
BordersInactive statesPlaceholder text
400
EE6E
#EE6E5D
Disabled statesSecondary iconsMuted text
500
E945
#E9452F
Primary brand colorCTAsActive elementsLinks
600
CB2B
#CB2B15
Hover statesFocus ringsPrimary buttons hover
700
A222
#A22211
Active/pressed statesDark mode accentsSecondary text
800
7318
#73180C
Text on light backgroundsHeadingsStrong borders
900
4A0F
#4A0F08
Primary textHigh emphasis contentDark headings
950
2E0A
#2E0A05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FEF3F1;
  --coral-100: #FCE2DF;
  --coral-200: #F9C9C3;
  --coral-300: #F4A095;
  --coral-400: #EE6E5D;
  --coral-500: #E9452F;
  --coral-600: #CB2B15;
  --coral-700: #A22211;
  --coral-800: #73180C;
  --coral-900: #4A0F08;
  --coral-950: #2E0A05;
}
Generate More ShadesCreate PaletteConvert Color