Coral
#ED715E
RedColor Codes
All color formats for development
HEX
#ED715ERGB
rgb(237, 113, 94)HSL
hsl(8, 80%, 65%)OKLCH
oklch(0.692 0.157 30.5)CMYK
cmyk(0%, 52%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA5741
2#E73D23
3#D13017
4#B32914
5#952211
6#771B0D
7#5A150A
8#3C0E07
9#1E0703
Tints
Lighter variations
1#EF806E
2#F18E7E
3#F39C8F
4#F4AA9F
5#F6B8AF
6#F8C6BF
7#FAD5CF
8#FBE3DF
9#FDF1EF
Tones
Muted variations
1#E67765
2#DF7C6D
3#D88174
4#D1867B
5#C98C82
6#C29189
7#BB9690
8#B49B97
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A2 #F3A295 | BordersInactive statesPlaceholder text |
| 400 | ED71 #ED715E | Disabled statesSecondary iconsMuted text |
| 500 | E849 #E84930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2E #CA2E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A125 #A12512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731A #731A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491108 | 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: #F8CAC3;
--coral-300: #F3A295;
--coral-400: #ED715E;
--coral-500: #E84930;
--coral-600: #CA2E16;
--coral-700: #A12512;
--coral-800: #731A0D;
--coral-900: #491108;
--coral-950: #2E0B05;
}