Coral
#F77D55
OrangeColor Codes
All color formats for development
HEX
#F77D55RGB
rgb(247, 125, 85)HSL
hsl(15, 91%, 65%)OKLCH
oklch(0.722 0.159 38.7)CMYK
cmyk(0%, 49%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F56535
2#F44D15
3#DE3F0A
4#BE3609
5#9E2D07
6#7F2406
7#5F1B04
8#3F1203
9#200901
Tints
Lighter variations
1#F88A66
2#F99777
3#F9A488
4#FAB199
5#FBBEAA
6#FCCBBB
7#FDD8CC
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#EF815D
2#E78565
3#DF896D
4#D68D75
5#CE917D
6#C69685
7#BE9A8D
8#B69E96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAA #FAAA8F | BordersInactive statesPlaceholder text |
| 400 | F77D #F77D55 | Disabled statesSecondary iconsMuted text |
| 500 | F558 #F55824 | Primary brand colorCTAsActive elementsLinks |
| 600 | D63D #D63D0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA31 #AA3108 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A23 #7A2306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1604 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FDE5DD;
--coral-200: #FCCFC0;
--coral-300: #FAAA8F;
--coral-400: #F77D55;
--coral-500: #F55824;
--coral-600: #D63D0A;
--coral-700: #AA3108;
--coral-800: #7A2306;
--coral-900: #4E1604;
--coral-950: #310E02;
}