Coral
#F77A55
RedColor Codes
All color formats for development
HEX
#F77A55RGB
rgb(247, 122, 85)HSL
hsl(14, 91%, 65%)OKLCH
oklch(0.717 0.162 37.3)CMYK
cmyk(0%, 51%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F56235
2#F44915
3#DE3C0A
4#BE3309
5#9E2B07
6#7F2206
7#5F1A04
8#3F1103
9#200901
Tints
Lighter variations
1#F88866
2#F99577
3#F9A288
4#FAAF99
5#FBBDAA
6#FCCABB
7#FDD7CC
8#FDE4DD
9#FEF2EE
Tones
Muted variations
1#EF7F5D
2#E78365
3#DF876D
4#D68C75
5#CE907D
6#C69485
7#BE998D
8#B69D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA8 #FAA88F | BordersInactive statesPlaceholder text |
| 400 | F77A #F77A55 | Disabled statesSecondary iconsMuted text |
| 500 | F555 #F55524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D63A #D63A0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2E #AA2E08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A21 #7A2106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1504 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FDE4DD;
--coral-200: #FCCEC0;
--coral-300: #FAA88F;
--coral-400: #F77A55;
--coral-500: #F55524;
--coral-600: #D63A0A;
--coral-700: #AA2E08;
--coral-800: #7A2106;
--coral-900: #4E1504;
--coral-950: #310D02;
}