Coral
#F87A54
RedColor Codes
All color formats for development
HEX
#F87A54RGB
rgb(248, 122, 84)HSL
hsl(14, 92%, 65%)OKLCH
oklch(0.719 0.164 37.5)CMYK
cmyk(0%, 51%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76134
2#F54914
3#DF3B09
4#BF3308
5#9F2A07
6#7F2205
7#5F1904
8#401103
9#200801
Tints
Lighter variations
1#F98765
2#F99576
3#FAA287
4#FBAF98
5#FBBCA9
6#FCCABA
7#FDD7CC
8#FEE4DD
9#FEF2EE
Tones
Muted variations
1#F07E5C
2#E78364
3#DF876C
4#D78B74
5#CF907D
6#C79485
7#BE998D
8#B69D95
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA8 #FAA88E | BordersInactive statesPlaceholder text |
| 400 | F87A #F87A54 | Disabled statesSecondary iconsMuted text |
| 500 | F654 #F65423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D739 #D73909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2D #AB2D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A20 #7A2005 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1503 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FEE4DD;
--coral-200: #FCCEBF;
--coral-300: #FAA88E;
--coral-400: #F87A54;
--coral-500: #F65423;
--coral-600: #D73909;
--coral-700: #AB2D07;
--coral-800: #7A2005;
--coral-900: #4E1503;
--coral-950: #310D02;
}