Coral
#EF6E5D
RedColor Codes
All color formats for development
HEX
#EF6E5DRGB
rgb(239, 110, 93)HSL
hsl(7, 82%, 65%)OKLCH
oklch(0.69 0.163 29.5)CMYK
cmyk(0%, 54%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC533E
2#E93820
3#D32B15
4#B52512
5#971F0F
6#79190C
7#5A1209
8#3C0C06
9#1E0603
Tints
Lighter variations
1#F17C6D
2#F28B7D
3#F4998D
4#F5A89E
5#F7B6AE
6#F9C5BE
7#FAD3CE
8#FCE2DF
9#FDF0EF
Tones
Muted variations
1#E87364
2#E0796B
3#D97E73
4#D2847A
5#CA8A81
6#C38F88
7#BC9590
8#B49B97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C9 #F9C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49F #F49F94 | BordersInactive statesPlaceholder text |
| 400 | EF6E #EF6E5D | Disabled statesSecondary iconsMuted text |
| 500 | EA44 #EA442E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC2A #CC2A14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A221 #A22110 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7418 #74180B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0F #4A0F07 | 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: #FEF3F1;
--coral-100: #FCE2DF;
--coral-200: #F9C9C3;
--coral-300: #F49F94;
--coral-400: #EF6E5D;
--coral-500: #EA442E;
--coral-600: #CC2A14;
--coral-700: #A22110;
--coral-800: #74180B;
--coral-900: #4A0F07;
--coral-950: #2E0905;
}