Coral
#F87754
RedColor Codes
All color formats for development
HEX
#F87754RGB
rgb(248, 119, 84)HSL
hsl(13, 92%, 65%)OKLCH
oklch(0.714 0.166 36.2)CMYK
cmyk(0%, 52%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F75E34
2#F54514
3#DF3809
4#BF3008
5#9F2807
6#7F2005
7#5F1804
8#401003
9#200801
Tints
Lighter variations
1#F98565
2#F99276
3#FAA087
4#FBAE98
5#FBBBA9
6#FCC9BA
7#FDD6CC
8#FEE4DD
9#FEF1EE
Tones
Muted variations
1#F07C5C
2#E78164
3#DF856C
4#D78A74
5#CF8E7D
6#C79385
7#BE988D
8#B69C95
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA6 #FAA68E | BordersInactive statesPlaceholder text |
| 400 | F877 #F87754 | Disabled statesSecondary iconsMuted text |
| 500 | F650 #F65023 | Primary brand colorCTAsActive elementsLinks |
| 600 | D736 #D73609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2B #AB2B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1F #7A1F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1403 | Primary textHigh emphasis contentDark headings |
| 950 | 310C #310C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FEE4DD;
--coral-200: #FCCDBF;
--coral-300: #FAA68E;
--coral-400: #F87754;
--coral-500: #F65023;
--coral-600: #D73609;
--coral-700: #AB2B07;
--coral-800: #7A1F05;
--coral-900: #4E1403;
--coral-950: #310C02;
}