Coral
#F57956
RedColor Codes
All color formats for development
HEX
#F57956RGB
rgb(245, 121, 86)HSL
hsl(13, 89%, 65%)OKLCH
oklch(0.713 0.161 36.6)CMYK
cmyk(0%, 51%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36037
2#F24718
3#DB3A0D
4#BC310B
5#9D2909
6#7D2107
7#5E1905
8#3F1004
9#1F0802
Tints
Lighter variations
1#F68667
2#F79478
3#F8A189
4#F9AE9A
5#FABCAB
6#FBC9BC
7#FCD7CC
8#FDE4DD
9#FEF2EE
Tones
Muted variations
1#ED7D5E
2#E58266
3#DD866E
4#D58B76
5#CD8F7E
6#C69486
7#BE988E
8#B69D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A7 #F9A790 | BordersInactive statesPlaceholder text |
| 400 | F579 #F57956 | Disabled statesSecondary iconsMuted text |
| 500 | F252 #F25226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D438 #D4380C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92C #A92C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1404 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE4DD;
--coral-200: #FBCDC0;
--coral-300: #F9A790;
--coral-400: #F57956;
--coral-500: #F25226;
--coral-600: #D4380C;
--coral-700: #A92C0A;
--coral-800: #782007;
--coral-900: #4D1404;
--coral-950: #300D03;
}