Coral
#EC705F
RedColor Codes
All color formats for development
HEX
#EC705FRGB
rgb(236, 112, 95)HSL
hsl(7, 79%, 65%)OKLCH
oklch(0.689 0.157 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#E95542
2#E53A24
3#D02E18
4#B22715
5#942111
6#771A0E
7#59140A
8#3B0D07
9#1E0703
Tints
Lighter variations
1#EE7E6F
2#F08C7F
3#F29B8F
4#F4A99F
5#F6B7AF
6#F8C6BF
7#F9D4CF
8#FBE2DF
9#FDF1EF
Tones
Muted variations
1#E57566
2#DE7B6D
3#D78074
4#D0857B
5#C98B82
6#C2908A
7#BB9691
8#B49B98
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 #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A1 #F3A196 | BordersInactive statesPlaceholder text |
| 400 | EC70 #EC705F | Disabled statesSecondary iconsMuted text |
| 500 | E747 #E74732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92C #C92C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A023 #A02313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7219 #72190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | 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: #F8CAC4;
--coral-300: #F3A196;
--coral-400: #EC705F;
--coral-500: #E74732;
--coral-600: #C92C18;
--coral-700: #A02313;
--coral-800: #72190D;
--coral-900: #491009;
--coral-950: #2E0A05;
}