Coral
#F06F5C
RedColor Codes
All color formats for development
HEX
#F06F5CRGB
rgb(240, 111, 92)HSL
hsl(8, 83%, 65%)OKLCH
oklch(0.693 0.163 30.3)CMYK
cmyk(0%, 54%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED553D
2#EA3A1F
3#D42D14
4#B62711
5#98200E
6#791A0B
7#5B1308
8#3D0D06
9#1E0603
Tints
Lighter variations
1#F17E6C
2#F38C7C
3#F49A8D
4#F6A99D
5#F7B7AD
6#F9C6BE
7#FAD4CE
8#FCE2DE
9#FDF1EF
Tones
Muted variations
1#E87563
2#E17A6A
3#DA8072
4#D28579
5#CB8B81
6#C39088
7#BC9590
8#B59B97
9#ADA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CA #F9CAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A1 #F5A194 | BordersInactive statesPlaceholder text |
| 400 | F06F #F06F5C | Disabled statesSecondary iconsMuted text |
| 500 | EB46 #EB462D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD2C #CD2C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A323 #A3230F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7519 #75190B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FCE2DE;
--coral-200: #F9CAC2;
--coral-300: #F5A194;
--coral-400: #F06F5C;
--coral-500: #EB462D;
--coral-600: #CD2C13;
--coral-700: #A3230F;
--coral-800: #75190B;
--coral-900: #4B1007;
--coral-950: #2F0A04;
}