Coral

#EC6B5F

Red

Color Codes

All color formats for development

HEX
#EC6B5F
RGB
rgb(236, 107, 95)
HSL
hsl(5, 79%, 65%)
OKLCH
oklch(0.682 0.162 27.5)
CMYK
cmyk(0%, 55%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.07:1

AA AAA

On Black Background

6.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE1
200
#F8C8
300
#F39E
400
#EC6B
500
#E741
600
#C926
700
#A01E
800
#7216
900
#490E
950
#2E09

Shades

Darker variations

1#E95042
2#E53424
3#D02818
4#B22215
5#941C11
6#77170E
7#59110A
8#3B0B07
9#1E0603

Tints

Lighter variations

1#EE7A6F
2#F0897F
3#F2978F
4#F4A69F
5#F6B5AF
6#F8C4BF
7#F9D3CF
8#FBE1DF
9#FDF0EF

Tones

Muted variations

1#E57166
2#DE776D
3#D77D74
4#D0827B
5#C98882
6#C28E8A
7#BB9491
8#B49A98
9#ADA09F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE1
#FBE1DF
Light backgroundsTable row hoverSkeleton loading
200
F8C8
#F8C8C4
Secondary backgroundsInput backgroundsDividers
300
F39E
#F39E96
BordersInactive statesPlaceholder text
400
EC6B
#EC6B5F
Disabled statesSecondary iconsMuted text
500
E741
#E74132
Primary brand colorCTAsActive elementsLinks
600
C926
#C92618
Hover statesFocus ringsPrimary buttons hover
700
A01E
#A01E13
Active/pressed statesDark mode accentsSecondary text
800
7216
#72160D
Text on light backgroundsHeadingsStrong borders
900
490E
#490E09
Primary textHigh emphasis contentDark headings
950
2E09
#2E0905
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --coral-50: #FDF2F1;
  --coral-100: #FBE1DF;
  --coral-200: #F8C8C4;
  --coral-300: #F39E96;
  --coral-400: #EC6B5F;
  --coral-500: #E74132;
  --coral-600: #C92618;
  --coral-700: #A01E13;
  --coral-800: #72160D;
  --coral-900: #490E09;
  --coral-950: #2E0905;
}
Generate More ShadesCreate PaletteConvert Color