Coral

#ED7D5E

Red

Color Codes

All color formats for development

HEX
#ED7D5E
RGB
rgb(237, 125, 94)
HSL
hsl(13, 80%, 65%)
OKLCH
oklch(0.71 0.145 36.4)
CMYK
cmyk(0%, 47%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.73:1

AA AAA

On Black Background

7.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE5
200
#F8CF
300
#F3AA
400
#ED7D
500
#E858
600
#CA3D
700
#A131
800
#7323
900
#4916
950
#2E0E

Shades

Darker variations

1#EA6541
2#E74D23
3#D13F17
4#B33614
5#952D11
6#77240D
7#5A1B0A
8#3C1207
9#1E0903

Tints

Lighter variations

1#EF8A6E
2#F1977E
3#F3A48F
4#F4B19F
5#F6BEAF
6#F8CBBF
7#FAD8CF
8#FBE5DF
9#FDF2EF

Tones

Muted variations

1#E68165
2#DF856D
3#D88974
4#D18D7B
5#C99282
6#C29689
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
FBE5
#FBE5DF
Light backgroundsTable row hoverSkeleton loading
200
F8CF
#F8CFC3
Secondary backgroundsInput backgroundsDividers
300
F3AA
#F3AA95
BordersInactive statesPlaceholder text
400
ED7D
#ED7D5E
Disabled statesSecondary iconsMuted text
500
E858
#E85830
Primary brand colorCTAsActive elementsLinks
600
CA3D
#CA3D16
Hover statesFocus ringsPrimary buttons hover
700
A131
#A13112
Active/pressed statesDark mode accentsSecondary text
800
7323
#73230D
Text on light backgroundsHeadingsStrong borders
900
4916
#491608
Primary textHigh emphasis contentDark headings
950
2E0E
#2E0E05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF4F1;
  --coral-100: #FBE5DF;
  --coral-200: #F8CFC3;
  --coral-300: #F3AA95;
  --coral-400: #ED7D5E;
  --coral-500: #E85830;
  --coral-600: #CA3D16;
  --coral-700: #A13112;
  --coral-800: #73230D;
  --coral-900: #491608;
  --coral-950: #2E0E05;
}
Generate More ShadesCreate PaletteConvert Color