Coral
#F67B55
RedColor Codes
All color formats for development
HEX
#F67B55RGB
rgb(246, 123, 85)HSL
hsl(14, 90%, 65%)OKLCH
oklch(0.717 0.16 37.8)CMYK
cmyk(0%, 50%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46236
2#F34A16
3#DC3C0C
4#BD340A
5#9D2B08
6#7E2207
7#5E1A05
8#3F1103
9#1F0902
Tints
Lighter variations
1#F78866
2#F89577
3#F9A388
4#FAB099
5#FBBDAA
6#FBCABB
7#FCD7CC
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#EE7F5D
2#E68365
3#DE886E
4#D68C76
5#CE907E
6#C69586
7#BE998E
8#B69D96
9#AEA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A8 #F9A890 | BordersInactive statesPlaceholder text |
| 400 | F67B #F67B55 | Disabled statesSecondary iconsMuted text |
| 500 | F455 #F45525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D53A #D53A0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2E #AA2E09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7921 #792106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1504 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FDE5DD;
--coral-200: #FCCEC0;
--coral-300: #F9A890;
--coral-400: #F67B55;
--coral-500: #F45525;
--coral-600: #D53A0B;
--coral-700: #AA2E09;
--coral-800: #792106;
--coral-900: #4E1504;
--coral-950: #300D03;
}