Coral
#F77055
RedColor Codes
All color formats for development
HEX
#F77055RGB
rgb(247, 112, 85)HSL
hsl(10, 91%, 65%)OKLCH
oklch(0.703 0.171 32.9)CMYK
cmyk(0%, 55%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F55535
2#F43A15
3#DE2E0A
4#BE2709
5#9E2107
6#7F1A06
7#5F1404
8#3F0D03
9#200701
Tints
Lighter variations
1#F87E66
2#F98C77
3#F99B88
4#FAA999
5#FBB7AA
6#FCC6BB
7#FDD4CC
8#FDE2DD
9#FEF1EE
Tones
Muted variations
1#EF755D
2#E77A65
3#DF806D
4#D68575
5#CE8B7D
6#C69085
7#BE968D
8#B69B96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCA #FCCAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA1 #FAA18F | BordersInactive statesPlaceholder text |
| 400 | F770 #F77055 | Disabled statesSecondary iconsMuted text |
| 500 | F547 #F54724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D62C #D62C0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA23 #AA2308 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A19 #7A1906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E10 #4E1004 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FDE2DD;
--coral-200: #FCCAC0;
--coral-300: #FAA18F;
--coral-400: #F77055;
--coral-500: #F54724;
--coral-600: #D62C0A;
--coral-700: #AA2308;
--coral-800: #7A1906;
--coral-900: #4E1004;
--coral-950: #310A02;
}