Coral
#ED6F5E
RedColor Codes
All color formats for development
HEX
#ED6F5ERGB
rgb(237, 111, 94)HSL
hsl(7, 80%, 65%)OKLCH
oklch(0.689 0.159 29.6)CMYK
cmyk(0%, 53%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA5441
2#E73A23
3#D12D17
4#B32614
5#952011
6#771A0D
7#5A130A
8#3C0D07
9#1E0603
Tints
Lighter variations
1#EF7D6E
2#F18C7E
3#F39A8F
4#F4A99F
5#F6B7AF
6#F8C5BF
7#FAD4CF
8#FBE2DF
9#FDF1EF
Tones
Muted variations
1#E67465
2#DF7A6D
3#D87F74
4#D1857B
5#C98A82
6#C29089
7#BB9590
8#B49B97
9#ADA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A0 #F3A095 | BordersInactive statesPlaceholder text |
| 400 | ED6F #ED6F5E | Disabled statesSecondary iconsMuted text |
| 500 | E846 #E84630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2B #CA2B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A123 #A12312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7319 #73190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF3F1;
--coral-100: #FBE2DF;
--coral-200: #F8CAC3;
--coral-300: #F3A095;
--coral-400: #ED6F5E;
--coral-500: #E84630;
--coral-600: #CA2B16;
--coral-700: #A12312;
--coral-800: #73190D;
--coral-900: #491008;
--coral-950: #2E0A05;
}