Coral
#F47757
RedColor Codes
All color formats for development
HEX
#F47757RGB
rgb(244, 119, 87)HSL
hsl(12, 88%, 65%)OKLCH
oklch(0.709 0.161 35.5)CMYK
cmyk(0%, 51%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F25D38
2#F04419
3#DA370E
4#BB2F0C
5#9C270A
6#7D1F08
7#5D1706
8#3E1004
9#1F0802
Tints
Lighter variations
1#F58468
2#F69279
3#F8A08A
4#F9AD9A
5#FABBAB
6#FBC8BC
7#FCD6CD
8#FDE4DD
9#FEF1EE
Tones
Muted variations
1#EC7B5F
2#E58067
3#DD856F
4#D58977
5#CD8E7E
6#C59386
7#BD988E
8#B59C96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCC #FBCCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A5 #F8A591 | BordersInactive statesPlaceholder text |
| 400 | F477 #F47757 | Disabled statesSecondary iconsMuted text |
| 500 | F150 #F15027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D335 #D3350D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82A #A82A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781E #781E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D13 #4D1305 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE4DD;
--coral-200: #FBCCC1;
--coral-300: #F8A591;
--coral-400: #F47757;
--coral-500: #F15027;
--coral-600: #D3350D;
--coral-700: #A82A0B;
--coral-800: #781E08;
--coral-900: #4D1305;
--coral-950: #300C03;
}