Coral
#F47157
RedColor Codes
All color formats for development
HEX
#F47157RGB
rgb(244, 113, 87)HSL
hsl(10, 88%, 65%)OKLCH
oklch(0.7 0.167 32.8)CMYK
cmyk(0%, 54%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F25738
2#F03D19
3#DA300E
4#BB290C
5#9C220A
6#7D1B08
7#5D1506
8#3E0E04
9#1F0702
Tints
Lighter variations
1#F58068
2#F68E79
3#F89C8A
4#F9AA9A
5#FAB8AB
6#FBC6BC
7#FCD5CD
8#FDE3DD
9#FEF1EE
Tones
Muted variations
1#EC775F
2#E57C67
3#DD816F
4#D58677
5#CD8C7E
6#C59186
7#BD968E
8#B59B96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCA #FBCAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A2 #F8A291 | BordersInactive statesPlaceholder text |
| 400 | F471 #F47157 | Disabled statesSecondary iconsMuted text |
| 500 | F149 #F14927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32E #D32E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A825 #A8250B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781A #781A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D11 #4D1105 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE3DD;
--coral-200: #FBCAC1;
--coral-300: #F8A291;
--coral-400: #F47157;
--coral-500: #F14927;
--coral-600: #D32E0D;
--coral-700: #A8250B;
--coral-800: #781A08;
--coral-900: #4D1105;
--coral-950: #300B03;
}