Coral
#F97953
RedColor Codes
All color formats for development
HEX
#F97953RGB
rgb(249, 121, 83)HSL
hsl(14, 93%, 65%)OKLCH
oklch(0.718 0.166 37.3)CMYK
cmyk(0%, 51%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F86133
2#F64813
3#E03A08
4#C03207
5#A02A06
6#802105
7#601903
8#401102
9#200801
Tints
Lighter variations
1#F98764
2#FA9475
3#FBA286
4#FBAF98
5#FCBCA9
6#FDCABA
7#FDD7CB
8#FEE4DD
9#FEF2EE
Tones
Muted variations
1#F07E5B
2#E88263
3#E0876C
4#D88B74
5#CF907C
6#C79485
7#BF988D
8#B69D95
9#AEA19D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCD #FDCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA7 #FBA78E | BordersInactive statesPlaceholder text |
| 400 | F979 #F97953 | Disabled statesSecondary iconsMuted text |
| 500 | F753 #F75322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D939 #D93908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC2D #AC2D06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B20 #7B2004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F15 #4F1503 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F0;
--coral-100: #FEE4DD;
--coral-200: #FDCDBF;
--coral-300: #FBA78E;
--coral-400: #F97953;
--coral-500: #F75322;
--coral-600: #D93908;
--coral-700: #AC2D06;
--coral-800: #7B2004;
--coral-900: #4F1503;
--coral-950: #310D02;
}