Coral
#F67655
RedColor Codes
All color formats for development
HEX
#F67655RGB
rgb(246, 118, 85)HSL
hsl(12, 90%, 65%)OKLCH
oklch(0.71 0.165 35.5)CMYK
cmyk(0%, 52%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F45C36
2#F34316
3#DC350C
4#BD2E0A
5#9D2608
6#7E1E07
7#5E1705
8#3F0F03
9#1F0802
Tints
Lighter variations
1#F78366
2#F89177
3#F99F88
4#FAAD99
5#FBBAAA
6#FBC8BB
7#FCD6CC
8#FDE4DD
9#FEF1EE
Tones
Muted variations
1#EE7A5D
2#E67F65
3#DE846E
4#D68976
5#CE8E7E
6#C69286
7#BE978E
8#B69C96
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 | FCCC #FCCCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A5 #F9A590 | BordersInactive statesPlaceholder text |
| 400 | F676 #F67655 | Disabled statesSecondary iconsMuted text |
| 500 | F44E #F44E25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D534 #D5340B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA29 #AA2909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791D #791D06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E13 #4E1304 | 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: #FCCCC0;
--coral-300: #F9A590;
--coral-400: #F67655;
--coral-500: #F44E25;
--coral-600: #D5340B;
--coral-700: #AA2909;
--coral-800: #791D06;
--coral-900: #4E1304;
--coral-950: #300C03;
}