Coral
#F1715B
RedColor Codes
All color formats for development
HEX
#F1715BRGB
rgb(241, 113, 91)HSL
hsl(9, 84%, 65%)OKLCH
oklch(0.697 0.162 31.5)CMYK
cmyk(0%, 53%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE573C
2#EB3D1E
3#D53013
4#B72910
5#98220D
6#7A1B0B
7#5B1408
8#3D0E05
9#1E0703
Tints
Lighter variations
1#F27F6B
2#F48E7C
3#F59C8C
4#F6AA9C
5#F8B8AD
6#F9C6BD
7#FBD4CE
8#FCE3DE
9#FEF1EF
Tones
Muted variations
1#E97762
2#E27C6A
3#DA8171
4#D38679
5#CB8C80
6#C49188
7#BC968F
8#B59B97
9#ADA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A2 #F6A293 | BordersInactive statesPlaceholder text |
| 400 | F171 #F1715B | Disabled statesSecondary iconsMuted text |
| 500 | ED49 #ED492C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2E #CE2E12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A425 #A4250E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751A #751A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FCE3DE;
--coral-200: #FACAC2;
--coral-300: #F6A293;
--coral-400: #F1715B;
--coral-500: #ED492C;
--coral-600: #CE2E12;
--coral-700: #A4250E;
--coral-800: #751A0A;
--coral-900: #4B1107;
--coral-950: #2F0B04;
}