Coral
#F67355
RedColor Codes
All color formats for development
HEX
#F67355RGB
rgb(246, 115, 85)HSL
hsl(11, 90%, 65%)OKLCH
oklch(0.706 0.167 34.2)CMYK
cmyk(0%, 53%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F45936
2#F33F16
3#DC320C
4#BD2B0A
5#9D2408
6#7E1D07
7#5E1505
8#3F0E03
9#1F0702
Tints
Lighter variations
1#F78166
2#F88F77
3#F99D88
4#FAAB99
5#FBB9AA
6#FBC7BB
7#FCD5CC
8#FDE3DD
9#FEF1EE
Tones
Muted variations
1#EE785D
2#E67D65
3#DE826E
4#D68776
5#CE8C7E
6#C69186
7#BE968E
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 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCB #FCCBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A3 #F9A390 | BordersInactive statesPlaceholder text |
| 400 | F673 #F67355 | Disabled statesSecondary iconsMuted text |
| 500 | F44B #F44B25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D530 #D5300B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA26 #AA2609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 791B #791B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E12 #4E1204 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FDE3DD;
--coral-200: #FCCBC0;
--coral-300: #F9A390;
--coral-400: #F67355;
--coral-500: #F44B25;
--coral-600: #D5300B;
--coral-700: #AA2609;
--coral-800: #791B06;
--coral-900: #4E1204;
--coral-950: #300B03;
}