Coral
#F16F5B
RedColor Codes
All color formats for development
HEX
#F16F5BRGB
rgb(241, 111, 91)HSL
hsl(8, 84%, 65%)OKLCH
oklch(0.694 0.164 30.6)CMYK
cmyk(0%, 54%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE543C
2#EB391E
3#D52D13
4#B72610
5#98200D
6#7A190B
7#5B1308
8#3D0D05
9#1E0603
Tints
Lighter variations
1#F27D6B
2#F48C7C
3#F59A8C
4#F6A89C
5#F8B7AD
6#F9C5BD
7#FBD4CE
8#FCE2DE
9#FEF1EF
Tones
Muted variations
1#E97462
2#E27A6A
3#DA7F71
4#D38579
5#CB8A80
6#C49088
7#BC958F
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 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A093 | BordersInactive statesPlaceholder text |
| 400 | F16F #F16F5B | Disabled statesSecondary iconsMuted text |
| 500 | ED46 #ED462C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2B #CE2B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A422 #A4220E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7518 #75180A | 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: #FAC9C2;
--coral-300: #F6A093;
--coral-400: #F16F5B;
--coral-500: #ED462C;
--coral-600: #CE2B12;
--coral-700: #A4220E;
--coral-800: #75180A;
--coral-900: #4B1007;
--coral-950: #2F0A04;
}