Coral
#F57B56
RedColor Codes
All color formats for development
HEX
#F57B56RGB
rgb(245, 123, 86)HSL
hsl(14, 89%, 65%)OKLCH
oklch(0.716 0.159 37.6)CMYK
cmyk(0%, 50%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36337
2#F24B18
3#DB3D0D
4#BC340B
5#9D2C09
6#7D2307
7#5E1A05
8#3F1104
9#1F0902
Tints
Lighter variations
1#F68967
2#F79678
3#F8A389
4#F9B09A
5#FABDAB
6#FBCABC
7#FCD8CC
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#ED805E
2#E58466
3#DD886E
4#D58C76
5#CD917E
6#C69586
7#BE998E
8#B69D96
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 #FBCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A9 #F9A990 | BordersInactive statesPlaceholder text |
| 400 | F57B #F57B56 | Disabled statesSecondary iconsMuted text |
| 500 | F256 #F25626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D43B #D43B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92F #A92F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7821 #782107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D15 #4D1504 | 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: #FDE5DD;
--coral-200: #FBCEC0;
--coral-300: #F9A990;
--coral-400: #F57B56;
--coral-500: #F25626;
--coral-600: #D43B0C;
--coral-700: #A92F0A;
--coral-800: #782107;
--coral-900: #4D1504;
--coral-950: #300D03;
}