Coral
#F37059
RedColor Codes
All color formats for development
HEX
#F37059RGB
rgb(243, 112, 89)HSL
hsl(9, 87%, 65%)OKLCH
oklch(0.698 0.166 31.7)CMYK
cmyk(0%, 54%, 63%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F15539
2#EF3A1A
3#D92D0F
4#BA270D
5#9B200B
6#7C1A09
7#5D1306
8#3E0D04
9#1F0602
Tints
Lighter variations
1#F57E69
2#F68C79
3#F79A8A
4#F8A99B
5#F9B7AC
6#FAC6BC
7#FCD4CD
8#FDE2DE
9#FEF1EE
Tones
Muted variations
1#EC7560
2#E47A68
3#DC806F
4#D48577
5#CD8B7F
6#C59087
7#BD958E
8#B59B96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCA #FBCAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7A1 #F7A191 | BordersInactive statesPlaceholder text |
| 400 | F36F #F36F58 | Disabled statesSecondary iconsMuted text |
| 500 | F046 #F04628 | Primary brand colorCTAsActive elementsLinks |
| 600 | D22C #D22C0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A723 #A7230C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7719 #771908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C10 #4C1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FDE2DE;
--coral-200: #FBCAC1;
--coral-300: #F7A191;
--coral-400: #F36F58;
--coral-500: #F04628;
--coral-600: #D22C0F;
--coral-700: #A7230C;
--coral-800: #771908;
--coral-900: #4C1005;
--coral-950: #300A03;
}