Coral
#F77555
RedColor Codes
All color formats for development
HEX
#F77555RGB
rgb(247, 117, 85)HSL
hsl(12, 91%, 65%)OKLCH
oklch(0.71 0.167 35)CMYK
cmyk(0%, 53%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F55B35
2#F44215
3#DE350A
4#BE2D09
5#9E2607
6#7F1E06
7#5F1704
8#3F0F03
9#200801
Tints
Lighter variations
1#F88366
2#F99177
3#F99E88
4#FAAC99
5#FBBAAA
6#FCC8BB
7#FDD6CC
8#FDE3DD
9#FEF1EE
Tones
Muted variations
1#EF7A5D
2#E77F65
3#DF846D
4#D68975
5#CE8D7D
6#C69285
7#BE978D
8#B69C96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCC #FCCCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA4 #FAA48F | BordersInactive statesPlaceholder text |
| 400 | F775 #F77555 | Disabled statesSecondary iconsMuted text |
| 500 | F54E #F54E24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D633 #D6330A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA29 #AA2908 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1D #7A1D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E13 #4E1304 | 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: #FDE3DD;
--coral-200: #FCCCC0;
--coral-300: #FAA48F;
--coral-400: #F77555;
--coral-500: #F54E24;
--coral-600: #D6330A;
--coral-700: #AA2908;
--coral-800: #7A1D06;
--coral-900: #4E1304;
--coral-950: #310C02;
}