Coral

#ED745E

Red

Color Codes

All color formats for development

HEX
#ED745E
RGB
rgb(237, 116, 94)
HSL
hsl(9, 80%, 65%)
OKLCH
oklch(0.696 0.154 31.8)
CMYK
cmyk(0%, 51%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.89:1

AA AAA

On Black Background

7.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE3
200
#F8CB
300
#F3A4
400
#ED74
500
#E84C
600
#CA31
700
#A127
800
#731C
900
#4912
950
#2E0B

Shades

Darker variations

1#EA5A41
2#E74023
3#D13317
4#B32C14
5#952411
6#771D0D
7#5A160A
8#3C0F07
9#1E0703

Tints

Lighter variations

1#EF826E
2#F1907E
3#F39E8F
4#F4AB9F
5#F6B9AF
6#F8C7BF
7#FAD5CF
8#FBE3DF
9#FDF1EF

Tones

Muted variations

1#E67965
2#DF7E6D
3#D88374
4#D1887B
5#C98D82
6#C29289
7#BB9790
8#B49C97
9#ADA19F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE3
#FBE3DF
Light backgroundsTable row hoverSkeleton loading
200
F8CB
#F8CBC3
Secondary backgroundsInput backgroundsDividers
300
F3A4
#F3A495
BordersInactive statesPlaceholder text
400
ED74
#ED745E
Disabled statesSecondary iconsMuted text
500
E84C
#E84C30
Primary brand colorCTAsActive elementsLinks
600
CA31
#CA3116
Hover statesFocus ringsPrimary buttons hover
700
A127
#A12712
Active/pressed statesDark mode accentsSecondary text
800
731C
#731C0D
Text on light backgroundsHeadingsStrong borders
900
4912
#491208
Primary textHigh emphasis contentDark headings
950
2E0B
#2E0B05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF3F1;
  --coral-100: #FBE3DF;
  --coral-200: #F8CBC3;
  --coral-300: #F3A495;
  --coral-400: #ED745E;
  --coral-500: #E84C30;
  --coral-600: #CA3116;
  --coral-700: #A12712;
  --coral-800: #731C0D;
  --coral-900: #491208;
  --coral-950: #2E0B05;
}
Generate More ShadesCreate PaletteConvert Color