Coral
#F17B5B
RedColor Codes
All color formats for development
HEX
#F17B5BRGB
rgb(241, 123, 91)HSL
hsl(13, 84%, 65%)OKLCH
oklch(0.712 0.153 36.1)CMYK
cmyk(0%, 49%, 62%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE633C
2#EB4A1E
3#D53D13
4#B73410
5#982B0D
6#7A230B
7#5B1A08
8#3D1105
9#1E0903
Tints
Lighter variations
1#F2886B
2#F4967C
3#F5A38C
4#F6B09C
5#F8BDAD
6#F9CABD
7#FBD7CE
8#FCE5DE
9#FEF2EF
Tones
Muted variations
1#E98062
2#E2846A
3#DA8871
4#D38C79
5#CB9180
6#C49588
7#BC998F
8#B59D97
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 | FACE #FACEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A8 #F6A893 | BordersInactive statesPlaceholder text |
| 400 | F17B #F17B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED56 #ED562C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE3B #CE3B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A42F #A42F0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7521 #75210A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B15 #4B1507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0D #2F0D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FCE5DE;
--coral-200: #FACEC2;
--coral-300: #F6A893;
--coral-400: #F17B5B;
--coral-500: #ED562C;
--coral-600: #CE3B12;
--coral-700: #A42F0E;
--coral-800: #75210A;
--coral-900: #4B1507;
--coral-950: #2F0D04;
}