Coral

#ED7B5E

Red

Color Codes

All color formats for development

HEX
#ED7B5E
RGB
rgb(237, 123, 94)
HSL
hsl(12, 80%, 65%)
OKLCH
oklch(0.707 0.147 35.3)
CMYK
cmyk(0%, 48%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE5
200
#F8CE
300
#F3A8
400
#ED7B
500
#E855
600
#CA3A
700
#A12E
800
#7321
900
#4915
950
#2E0D

Shades

Darker variations

1#EA6241
2#E74A23
3#D13C17
4#B33414
5#952B11
6#77220D
7#5A1A0A
8#3C1107
9#1E0903

Tints

Lighter variations

1#EF886E
2#F1957E
3#F3A38F
4#F4B09F
5#F6BDAF
6#F8CABF
7#FAD7CF
8#FBE5DF
9#FDF2EF

Tones

Muted variations

1#E67F65
2#DF836D
3#D88874
4#D18C7B
5#C99082
6#C29589
7#BB9990
8#B49D97
9#ADA19F

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
F8CE
#F8CEC3
Secondary backgroundsInput backgroundsDividers
300
F3A8
#F3A895
BordersInactive statesPlaceholder text
400
ED7B
#ED7B5E
Disabled statesSecondary iconsMuted text
500
E855
#E85530
Primary brand colorCTAsActive elementsLinks
600
CA3A
#CA3A16
Hover statesFocus ringsPrimary buttons hover
700
A12E
#A12E12
Active/pressed statesDark mode accentsSecondary text
800
7321
#73210D
Text on light backgroundsHeadingsStrong borders
900
4915
#491508
Primary textHigh emphasis contentDark headings
950
2E0D
#2E0D05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF4F1;
  --coral-100: #FBE5DF;
  --coral-200: #F8CEC3;
  --coral-300: #F3A895;
  --coral-400: #ED7B5E;
  --coral-500: #E85530;
  --coral-600: #CA3A16;
  --coral-700: #A12E12;
  --coral-800: #73210D;
  --coral-900: #491508;
  --coral-950: #2E0D05;
}
Generate More ShadesCreate PaletteConvert Color