Coral
#F47C57
RedColor Codes
All color formats for development
HEX
#F47C57RGB
rgb(244, 124, 87)HSL
hsl(14, 88%, 65%)OKLCH
oklch(0.717 0.156 37.8)CMYK
cmyk(0%, 49%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F26438
2#F04B19
3#DA3E0E
4#BB350C
5#9C2C0A
6#7D2308
7#5D1A06
8#3E1204
9#1F0902
Tints
Lighter variations
1#F58968
2#F69679
3#F8A38A
4#F9B09A
5#FABDAB
6#FBCBBC
7#FCD8CD
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#EC805F
2#E58467
3#DD886F
4#D58D77
5#CD917E
6#C59586
7#BD998E
8#B59D96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCE #FBCEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A9 #F8A991 | BordersInactive statesPlaceholder text |
| 400 | F47C #F47C57 | Disabled statesSecondary iconsMuted text |
| 500 | F156 #F15627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33C #D33C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82F #A82F0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7822 #782208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D16 #4D1605 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FDE5DD;
--coral-200: #FBCEC1;
--coral-300: #F8A991;
--coral-400: #F47C57;
--coral-500: #F15627;
--coral-600: #D33C0D;
--coral-700: #A82F0B;
--coral-800: #782208;
--coral-900: #4D1605;
--coral-950: #300E03;
}