Coral
#ED795E
RedColor Codes
All color formats for development
HEX
#ED795ERGB
rgb(237, 121, 94)HSL
hsl(11, 80%, 65%)OKLCH
oklch(0.704 0.149 34.3)CMYK
cmyk(0%, 49%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA6041
2#E74723
3#D13917
4#B33114
5#952911
6#77210D
7#5A190A
8#3C1007
9#1E0803
Tints
Lighter variations
1#EF866E
2#F1937E
3#F3A18F
4#F4AE9F
5#F6BCAF
6#F8C9BF
7#FAD7CF
8#FBE4DF
9#FDF2EF
Tones
Muted variations
1#E67D65
2#DF826D
3#D88674
4#D18B7B
5#C98F82
6#C29489
7#BB9890
8#B49D97
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A7 #F3A795 | BordersInactive statesPlaceholder text |
| 400 | ED79 #ED795E | Disabled statesSecondary iconsMuted text |
| 500 | E852 #E85230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA37 #CA3716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12C #A12C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731F #731F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF3F1;
--coral-100: #FBE4DF;
--coral-200: #F8CDC3;
--coral-300: #F3A795;
--coral-400: #ED795E;
--coral-500: #E85230;
--coral-600: #CA3716;
--coral-700: #A12C12;
--coral-800: #731F0D;
--coral-900: #491408;
--coral-950: #2E0D05;
}