Coral
#EF7A5D
RedColor Codes
All color formats for development
HEX
#EF7A5DRGB
rgb(239, 122, 93)HSL
hsl(12, 82%, 65%)OKLCH
oklch(0.708 0.151 35)CMYK
cmyk(0%, 49%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC613E
2#E94820
3#D33B15
4#B53312
5#972A0F
6#79220C
7#5A1909
8#3C1106
9#1E0803
Tints
Lighter variations
1#F1876D
2#F2947D
3#F4A28D
4#F5AF9E
5#F7BCAE
6#F9CABE
7#FAD7CE
8#FCE4DF
9#FDF2EF
Tones
Muted variations
1#E87E64
2#E0836B
3#D98773
4#D28B7A
5#CA9081
6#C39488
7#BC9990
8#B49D97
9#ADA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CE #F9CEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A7 #F4A794 | BordersInactive statesPlaceholder text |
| 400 | EF7A #EF7A5D | Disabled statesSecondary iconsMuted text |
| 500 | EA54 #EA542E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC39 #CC3914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A22D #A22D10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7420 #74200B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A15 #4A1507 | 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: #FEF4F1;
--coral-100: #FCE4DF;
--coral-200: #F9CEC3;
--coral-300: #F4A794;
--coral-400: #EF7A5D;
--coral-500: #EA542E;
--coral-600: #CC3914;
--coral-700: #A22D10;
--coral-800: #74200B;
--coral-900: #4A1507;
--coral-950: #2E0D05;
}