Coral
#F57356
RedColor Codes
All color formats for development
HEX
#F57356RGB
rgb(245, 115, 86)HSL
hsl(11, 89%, 65%)OKLCH
oklch(0.705 0.166 34)CMYK
cmyk(0%, 53%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F35A37
2#F24018
3#DB330D
4#BC2B0B
5#9D2409
6#7D1D07
7#5E1605
8#3F0E04
9#1F0702
Tints
Lighter variations
1#F68167
2#F78F78
3#F89D89
4#F9AB9A
5#FAB9AB
6#FBC7BC
7#FCD5CC
8#FDE3DD
9#FEF1EE
Tones
Muted variations
1#ED785E
2#E57E66
3#DD836E
4#D58876
5#CD8D7E
6#C69286
7#BE978E
8#B69C96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F573 #F57356 | Disabled statesSecondary iconsMuted text |
| 500 | F24C #F24C26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D431 #D4310C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A927 #A9270A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1204 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE3DD;
--coral-200: #FBCBC0;
--coral-300: #F9A390;
--coral-400: #F57356;
--coral-500: #F24C26;
--coral-600: #D4310C;
--coral-700: #A9270A;
--coral-800: #781C07;
--coral-900: #4D1204;
--coral-950: #300B03;
}