Coral

#ED765E

Red

Color Codes

All color formats for development

HEX
#ED765E
RGB
rgb(237, 118, 94)
HSL
hsl(10, 80%, 65%)
OKLCH
oklch(0.699 0.152 32.8)
CMYK
cmyk(0%, 50%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE4
200
#F8CC
300
#F3A5
400
#ED76
500
#E84F
600
#CA34
700
#A12A
800
#731E
900
#4913
950
#2E0C

Shades

Darker variations

1#EA5D41
2#E74323
3#D13617
4#B32E14
5#952711
6#771F0D
7#5A170A
8#3C0F07
9#1E0803

Tints

Lighter variations

1#EF846E
2#F1927E
3#F39F8F
4#F4AD9F
5#F6BBAF
6#F8C8BF
7#FAD6CF
8#FBE4DF
9#FDF1EF

Tones

Muted variations

1#E67B65
2#DF806D
3#D88474
4#D1897B
5#C98E82
6#C29389
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
FBE4
#FBE4DF
Light backgroundsTable row hoverSkeleton loading
200
F8CC
#F8CCC3
Secondary backgroundsInput backgroundsDividers
300
F3A5
#F3A595
BordersInactive statesPlaceholder text
400
ED76
#ED765E
Disabled statesSecondary iconsMuted text
500
E84F
#E84F30
Primary brand colorCTAsActive elementsLinks
600
CA34
#CA3416
Hover statesFocus ringsPrimary buttons hover
700
A12A
#A12A12
Active/pressed statesDark mode accentsSecondary text
800
731E
#731E0D
Text on light backgroundsHeadingsStrong borders
900
4913
#491308
Primary textHigh emphasis contentDark headings
950
2E0C
#2E0C05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF3F1;
  --coral-100: #FBE4DF;
  --coral-200: #F8CCC3;
  --coral-300: #F3A595;
  --coral-400: #ED765E;
  --coral-500: #E84F30;
  --coral-600: #CA3416;
  --coral-700: #A12A12;
  --coral-800: #731E0D;
  --coral-900: #491308;
  --coral-950: #2E0C05;
}
Generate More ShadesCreate PaletteConvert Color