Coral

#ED805E

Red

Color Codes

All color formats for development

HEX
#ED805E
RGB
rgb(237, 128, 94)
HSL
hsl(14, 80%, 65%)
OKLCH
oklch(0.714 0.143 38.1)
CMYK
cmyk(0%, 46%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE6
200
#F8D0
300
#F3AB
400
#ED80
500
#E85B
600
#CA40
700
#A133
800
#7325
900
#4917
950
#2E0F

Shades

Darker variations

1#EA6841
2#E75023
3#D14317
4#B33914
5#953011
6#77260D
7#5A1D0A
8#3C1307
9#1E0A03

Tints

Lighter variations

1#EF8C6E
2#F1997E
3#F3A68F
4#F4B39F
5#F6BFAF
6#F8CCBF
7#FAD9CF
8#FBE6DF
9#FDF2EF

Tones

Muted variations

1#E68365
2#DF876D
3#D88B74
4#D18F7B
5#C99382
6#C29789
7#BB9A90
8#B49E97
9#ADA29F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE6
#FBE6DF
Light backgroundsTable row hoverSkeleton loading
200
F8D0
#F8D0C3
Secondary backgroundsInput backgroundsDividers
300
F3AB
#F3AB95
BordersInactive statesPlaceholder text
400
ED80
#ED805E
Disabled statesSecondary iconsMuted text
500
E85B
#E85B30
Primary brand colorCTAsActive elementsLinks
600
CA40
#CA4016
Hover statesFocus ringsPrimary buttons hover
700
A133
#A13312
Active/pressed statesDark mode accentsSecondary text
800
7325
#73250D
Text on light backgroundsHeadingsStrong borders
900
4917
#491708
Primary textHigh emphasis contentDark headings
950
2E0F
#2E0F05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF4F1;
  --coral-100: #FBE6DF;
  --coral-200: #F8D0C3;
  --coral-300: #F3AB95;
  --coral-400: #ED805E;
  --coral-500: #E85B30;
  --coral-600: #CA4016;
  --coral-700: #A13312;
  --coral-800: #73250D;
  --coral-900: #491708;
  --coral-950: #2E0F05;
}
Generate More ShadesCreate PaletteConvert Color