Coral

#ED6D5E

Red

Color Codes

All color formats for development

HEX
#ED6D5E
RGB
rgb(237, 109, 94)
HSL
hsl(6, 80%, 65%)
OKLCH
oklch(0.686 0.161 28.7)
CMYK
cmyk(0%, 54%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.02:1

AA AAA

On Black Background

6.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE2
200
#F8C9
300
#F39F
400
#ED6D
500
#E843
600
#CA28
700
#A120
800
#7317
900
#490F
950
#2E09

Shades

Darker variations

1#EA5141
2#E73623
3#D12A17
4#B32414
5#951E11
6#77180D
7#5A120A
8#3C0C07
9#1E0603

Tints

Lighter variations

1#EF7B6E
2#F18A7E
3#F3998F
4#F4A79F
5#F6B6AF
6#F8C4BF
7#FAD3CF
8#FBE2DF
9#FDF0EF

Tones

Muted variations

1#E67265
2#DF786D
3#D87E74
4#D1837B
5#C98982
6#C28F89
7#BB9590
8#B49A97
9#ADA09F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE2
#FBE2DF
Light backgroundsTable row hoverSkeleton loading
200
F8C9
#F8C9C3
Secondary backgroundsInput backgroundsDividers
300
F39F
#F39F95
BordersInactive statesPlaceholder text
400
ED6D
#ED6D5E
Disabled statesSecondary iconsMuted text
500
E843
#E84330
Primary brand colorCTAsActive elementsLinks
600
CA28
#CA2816
Hover statesFocus ringsPrimary buttons hover
700
A120
#A12012
Active/pressed statesDark mode accentsSecondary text
800
7317
#73170D
Text on light backgroundsHeadingsStrong borders
900
490F
#490F08
Primary textHigh emphasis contentDark headings
950
2E09
#2E0905
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF2F1;
  --coral-100: #FBE2DF;
  --coral-200: #F8C9C3;
  --coral-300: #F39F95;
  --coral-400: #ED6D5E;
  --coral-500: #E84330;
  --coral-600: #CA2816;
  --coral-700: #A12012;
  --coral-800: #73170D;
  --coral-900: #490F08;
  --coral-950: #2E0905;
}
Generate More ShadesCreate PaletteConvert Color