Coral
#F17E5B
RedColor Codes
All color formats for development
HEX
#F17E5BRGB
rgb(241, 126, 91)HSL
hsl(14, 84%, 65%)OKLCH
oklch(0.716 0.15 37.7)CMYK
cmyk(0%, 48%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE663C
2#EB4E1E
3#D54013
4#B73710
5#982E0D
6#7A250B
7#5B1B08
8#3D1205
9#1E0903
Tints
Lighter variations
1#F28B6B
2#F4987C
3#F5A58C
4#F6B19C
5#F8BEAD
6#F9CBBD
7#FBD8CE
8#FCE5DE
9#FEF2EF
Tones
Muted variations
1#E98262
2#E2866A
3#DA8A71
4#D38E79
5#CB9280
6#C49688
7#BC9A8F
8#B59E97
9#ADA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACF #FACFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6AA #F6AA93 | BordersInactive statesPlaceholder text |
| 400 | F17E #F17E5B | Disabled statesSecondary iconsMuted text |
| 500 | ED59 #ED592C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE3E #CE3E12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A431 #A4310E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7523 #75230A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FCE5DE;
--coral-200: #FACFC2;
--coral-300: #F6AA93;
--coral-400: #F17E5B;
--coral-500: #ED592C;
--coral-600: #CE3E12;
--coral-700: #A4310E;
--coral-800: #75230A;
--coral-900: #4B1707;
--coral-950: #2F0E04;
}