Coral
#F46F57
RedColor Codes
All color formats for development
HEX
#F46F57RGB
rgb(244, 111, 87)HSL
hsl(9, 88%, 65%)OKLCH
oklch(0.698 0.169 32)CMYK
cmyk(0%, 55%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F25438
2#F03919
3#DA2D0E
4#BB260C
5#9C200A
6#7D1908
7#5D1306
8#3E0D04
9#1F0602
Tints
Lighter variations
1#F57D68
2#F68C79
3#F89A8A
4#F9A89A
5#FAB7AB
6#FBC5BC
7#FCD4CD
8#FDE2DD
9#FEF1EE
Tones
Muted variations
1#EC745F
2#E57A67
3#DD7F6F
4#D58577
5#CD8A7E
6#C59086
7#BD958E
8#B59B96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC9 #FBC9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A0 #F8A091 | BordersInactive statesPlaceholder text |
| 400 | F46F #F46F57 | Disabled statesSecondary iconsMuted text |
| 500 | F146 #F14627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32B #D32B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A822 #A8220B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7818 #781808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D10 #4D1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE2DD;
--coral-200: #FBC9C1;
--coral-300: #F8A091;
--coral-400: #F46F57;
--coral-500: #F14627;
--coral-600: #D32B0D;
--coral-700: #A8220B;
--coral-800: #781808;
--coral-900: #4D1005;
--coral-950: #300A03;
}