Coral
#F67855
RedColor Codes
All color formats for development
HEX
#F67855RGB
rgb(246, 120, 85)HSL
hsl(13, 90%, 65%)OKLCH
oklch(0.713 0.163 36.4)CMYK
cmyk(0%, 51%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F45F36
2#F34616
3#DC390C
4#BD310A
5#9D2908
6#7E2007
7#5E1805
8#3F1003
9#1F0802
Tints
Lighter variations
1#F78666
2#F89377
3#F9A188
4#FAAE99
5#FBBCAA
6#FBC9BB
7#FCD7CC
8#FDE4DD
9#FEF2EE
Tones
Muted variations
1#EE7D5D
2#E68165
3#DE866E
4#D68A76
5#CE8F7E
6#C69486
7#BE988E
8#B69D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCD #FCCDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A6 #F9A690 | BordersInactive statesPlaceholder text |
| 400 | F678 #F67855 | Disabled statesSecondary iconsMuted text |
| 500 | F452 #F45225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D537 #D5370B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2C #AA2C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791F #791F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E14 #4E1404 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FDE4DD;
--coral-200: #FCCDC0;
--coral-300: #F9A690;
--coral-400: #F67855;
--coral-500: #F45225;
--coral-600: #D5370B;
--coral-700: #AA2C09;
--coral-800: #791F06;
--coral-900: #4E1404;
--coral-950: #300C03;
}