Coral

#ED795E

Red

Color Codes

All color formats for development

HEX
#ED795E
RGB
rgb(237, 121, 94)
HSL
hsl(11, 80%, 65%)
OKLCH
oklch(0.704 0.149 34.3)
CMYK
cmyk(0%, 49%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FBE4
200
#F8CD
300
#F3A7
400
#ED79
500
#E852
600
#CA37
700
#A12C
800
#731F
900
#4914
950
#2E0D

Shades

Darker variations

1#EA6041
2#E74723
3#D13917
4#B33114
5#952911
6#77210D
7#5A190A
8#3C1007
9#1E0803

Tints

Lighter variations

1#EF866E
2#F1937E
3#F3A18F
4#F4AE9F
5#F6BCAF
6#F8C9BF
7#FAD7CF
8#FBE4DF
9#FDF2EF

Tones

Muted variations

1#E67D65
2#DF826D
3#D88674
4#D18B7B
5#C98F82
6#C29489
7#BB9890
8#B49D97
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
F8CD
#F8CDC3
Secondary backgroundsInput backgroundsDividers
300
F3A7
#F3A795
BordersInactive statesPlaceholder text
400
ED79
#ED795E
Disabled statesSecondary iconsMuted text
500
E852
#E85230
Primary brand colorCTAsActive elementsLinks
600
CA37
#CA3716
Hover statesFocus ringsPrimary buttons hover
700
A12C
#A12C12
Active/pressed statesDark mode accentsSecondary text
800
731F
#731F0D
Text on light backgroundsHeadingsStrong borders
900
4914
#491408
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: #FDF3F1;
  --coral-100: #FBE4DF;
  --coral-200: #F8CDC3;
  --coral-300: #F3A795;
  --coral-400: #ED795E;
  --coral-500: #E85230;
  --coral-600: #CA3716;
  --coral-700: #A12C12;
  --coral-800: #731F0D;
  --coral-900: #491408;
  --coral-950: #2E0D05;
}
Generate More ShadesCreate PaletteConvert Color