Coral
#F2715A
RedColor Codes
All color formats for development
HEX
#F2715ARGB
rgb(242, 113, 90)HSL
hsl(9, 85%, 65%)OKLCH
oklch(0.698 0.164 31.8)CMYK
cmyk(0%, 53%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF563B
2#ED3C1D
3#D72F11
4#B8280F
5#99220C
6#7B1B0A
7#5C1407
8#3D0D05
9#1F0702
Tints
Lighter variations
1#F37F6A
2#F48D7B
3#F69B8B
4#F7AA9C
5#F8B8AC
6#FAC6BD
7#FBD4CD
8#FCE3DE
9#FEF1EE
Tones
Muted variations
1#EA7661
2#E27B69
3#DB8171
4#D38678
5#CC8B80
6#C49187
7#BD968F
8#B59B97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A1 #F6A192 | BordersInactive statesPlaceholder text |
| 400 | F271 #F2715A | Disabled statesSecondary iconsMuted text |
| 500 | EE48 #EE482B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02D #D02D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A524 #A5240D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761A #761A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FCE3DE;
--coral-200: #FACAC2;
--coral-300: #F6A192;
--coral-400: #F2715A;
--coral-500: #EE482B;
--coral-600: #D02D11;
--coral-700: #A5240D;
--coral-800: #761A0A;
--coral-900: #4B1106;
--coral-950: #2F0A04;
}