Coral
#F77855
RedColor Codes
All color formats for development
HEX
#F77855RGB
rgb(247, 120, 85)HSL
hsl(13, 91%, 65%)OKLCH
oklch(0.714 0.164 36.3)CMYK
cmyk(0%, 51%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F55F35
2#F44515
3#DE380A
4#BE3009
5#9E2807
6#7F2006
7#5F1804
8#3F1003
9#200801
Tints
Lighter variations
1#F88566
2#F99377
3#F9A088
4#FAAE99
5#FBBBAA
6#FCC9BB
7#FDD6CC
8#FDE4DD
9#FEF1EE
Tones
Muted variations
1#EF7C5D
2#E78165
3#DF866D
4#D68A75
5#CE8F7D
6#C69385
7#BE988D
8#B69D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA6 #FAA68F | BordersInactive statesPlaceholder text |
| 400 | F778 #F77855 | Disabled statesSecondary iconsMuted text |
| 500 | F551 #F55124 | Primary brand colorCTAsActive elementsLinks |
| 600 | D636 #D6360A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2B #AA2B08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1F #7A1F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1404 | 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: #FDE4DD;
--coral-200: #FCCDC0;
--coral-300: #FAA68F;
--coral-400: #F77855;
--coral-500: #F55124;
--coral-600: #D6360A;
--coral-700: #AA2B08;
--coral-800: #7A1F06;
--coral-900: #4E1404;
--coral-950: #310C02;
}