Coral
#EE7D5D
RedColor Codes
All color formats for development
HEX
#EE7D5DRGB
rgb(238, 125, 93)HSL
hsl(13, 81%, 65%)OKLCH
oklch(0.711 0.147 36.7)CMYK
cmyk(0%, 47%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB653F
2#E84C21
3#D23F16
4#B43613
5#962D10
6#78240D
7#5A1B09
8#3C1206
9#1E0903
Tints
Lighter variations
1#F08A6E
2#F1977E
3#F3A48E
4#F5B19E
5#F7BEAE
6#F8CBBE
7#FAD8CF
8#FCE5DF
9#FDF2EF
Tones
Muted variations
1#E78165
2#E0856C
3#D88973
4#D18D7A
5#CA9182
6#C39589
7#BB9990
8#B49E97
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CF #F9CFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A9 #F4A995 | BordersInactive statesPlaceholder text |
| 400 | EE7D #EE7D5D | Disabled statesSecondary iconsMuted text |
| 500 | E958 #E9582F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB3D #CB3D15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A230 #A23011 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7322 #73220C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A16 #4A1608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FCE5DF;
--coral-200: #F9CFC3;
--coral-300: #F4A995;
--coral-400: #EE7D5D;
--coral-500: #E9582F;
--coral-600: #CB3D15;
--coral-700: #A23011;
--coral-800: #73220C;
--coral-900: #4A1608;
--coral-950: #2E0E05;
}