Coral
#F0775C
RedColor Codes
All color formats for development
HEX
#F0775CRGB
rgb(240, 119, 92)HSL
hsl(11, 83%, 65%)OKLCH
oklch(0.704 0.155 33.9)CMYK
cmyk(0%, 50%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED5E3D
2#EA441F
3#D43714
4#B62F11
5#98270E
6#791F0B
7#5B1808
8#3D1006
9#1E0803
Tints
Lighter variations
1#F1846C
2#F3927C
3#F4A08D
4#F6AD9D
5#F7BBAD
6#F9C9BE
7#FAD6CE
8#FCE4DE
9#FDF1EF
Tones
Muted variations
1#E87C63
2#E1806A
3#DA8572
4#D28A79
5#CB8E81
6#C39388
7#BC9890
8#B59C97
9#ADA19E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A6 #F5A694 | BordersInactive statesPlaceholder text |
| 400 | F077 #F0775C | Disabled statesSecondary iconsMuted text |
| 500 | EB50 #EB502D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD35 #CD3513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32A #A32A0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751E #751E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF3F1;
--coral-100: #FCE4DE;
--coral-200: #F9CCC2;
--coral-300: #F5A694;
--coral-400: #F0775C;
--coral-500: #EB502D;
--coral-600: #CD3513;
--coral-700: #A32A0F;
--coral-800: #751E0B;
--coral-900: #4B1307;
--coral-950: #2F0C04;
}