Coral
#F47957
RedColor Codes
All color formats for development
HEX
#F47957RGB
rgb(244, 121, 87)HSL
hsl(13, 88%, 65%)OKLCH
oklch(0.712 0.159 36.4)CMYK
cmyk(0%, 50%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F26038
2#F04819
3#DA3A0E
4#BB320C
5#9C2A0A
6#7D2108
7#5D1906
8#3E1104
9#1F0802
Tints
Lighter variations
1#F58768
2#F69479
3#F8A18A
4#F9AF9A
5#FABCAB
6#FBC9BC
7#FCD7CD
8#FDE4DD
9#FEF2EE
Tones
Muted variations
1#EC7E5F
2#E58267
3#DD876F
4#D58B77
5#CD8F7E
6#C59486
7#BD988E
8#B59D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A7 #F8A791 | BordersInactive statesPlaceholder text |
| 400 | F479 #F47957 | Disabled statesSecondary iconsMuted text |
| 500 | F153 #F15327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D338 #D3380D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82D #A82D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1405 | 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: #FEF4F1;
--coral-100: #FDE4DD;
--coral-200: #FBCDC1;
--coral-300: #F8A791;
--coral-400: #F47957;
--coral-500: #F15327;
--coral-600: #D3380D;
--coral-700: #A82D0B;
--coral-800: #782008;
--coral-900: #4D1405;
--coral-950: #300D03;
}