Coral
#F67055
RedColor Codes
All color formats for development
HEX
#F67055RGB
rgb(246, 112, 85)HSL
hsl(10, 90%, 65%)OKLCH
oklch(0.702 0.17 33)CMYK
cmyk(0%, 54%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F45636
2#F33B16
3#DC2E0C
4#BD280A
5#9D2108
6#7E1B07
7#5E1405
8#3F0D03
9#1F0702
Tints
Lighter variations
1#F77E66
2#F88D77
3#F99B88
4#FAA999
5#FBB8AA
6#FBC6BB
7#FCD4CC
8#FDE2DD
9#FEF1EE
Tones
Muted variations
1#EE765D
2#E67B65
3#DE806E
4#D68676
5#CE8B7E
6#C69086
7#BE968E
8#B69B96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCA #FCCAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A1 #F9A190 | BordersInactive statesPlaceholder text |
| 400 | F670 #F67055 | Disabled statesSecondary iconsMuted text |
| 500 | F447 #F44725 | Primary brand colorCTAsActive elementsLinks |
| 600 | D52D #D52D0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA24 #AA2409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7919 #791906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E10 #4E1004 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F0;
--coral-100: #FDE2DD;
--coral-200: #FCCAC0;
--coral-300: #F9A190;
--coral-400: #F67055;
--coral-500: #F44725;
--coral-600: #D52D0B;
--coral-700: #AA2409;
--coral-800: #791906;
--coral-900: #4E1004;
--coral-950: #300A03;
}