Coral
#F77255
RedColor Codes
All color formats for development
HEX
#F77255RGB
rgb(247, 114, 85)HSL
hsl(11, 91%, 65%)OKLCH
oklch(0.706 0.17 33.8)CMYK
cmyk(0%, 54%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F55835
2#F43E15
3#DE310A
4#BE2A09
5#9E2307
6#7F1C06
7#5F1504
8#3F0E03
9#200701
Tints
Lighter variations
1#F88066
2#F98E77
3#F99D88
4#FAAB99
5#FBB9AA
6#FCC7BB
7#FDD5CC
8#FDE3DD
9#FEF1EE
Tones
Muted variations
1#EF775D
2#E77D65
3#DF826D
4#D68775
5#CE8C7D
6#C69185
7#BE968D
8#B69B96
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 | FCCB #FCCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA3 #FAA38F | BordersInactive statesPlaceholder text |
| 400 | F772 #F77255 | Disabled statesSecondary iconsMuted text |
| 500 | F54A #F54A24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D630 #D6300A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA26 #AA2608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A1B #7A1B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E11 #4E1104 | Primary textHigh emphasis contentDark headings |
| 950 | 310B #310B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FDE3DD;
--coral-200: #FCCBC0;
--coral-300: #FAA38F;
--coral-400: #F77255;
--coral-500: #F54A24;
--coral-600: #D6300A;
--coral-700: #AA2608;
--coral-800: #7A1B06;
--coral-900: #4E1104;
--coral-950: #310B02;
}