Coral
#ED975E
OrangeColor Codes
All color formats for development
HEX
#ED975ERGB
rgb(237, 151, 94)HSL
hsl(24, 80%, 65%)OKLCH
oklch(0.753 0.127 53.2)CMYK
cmyk(0%, 36%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8441
2#E77123
3#D16117
4#B35414
5#954611
6#77380D
7#5A2A0A
8#3C1C07
9#1E0E03
Tints
Lighter variations
1#EFA26E
2#F1AC7E
3#F3B78F
4#F4C19F
5#F6CBAF
6#F8D6BF
7#FAE0CF
8#FBEADF
9#FDF5EF
Tones
Muted variations
1#E69965
2#DF9A6D
3#D89C74
4#D19D7B
5#C99F82
6#C2A089
7#BBA190
8#B4A397
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BB #F3BB95 | BordersInactive statesPlaceholder text |
| 400 | ED97 #ED975E | Disabled statesSecondary iconsMuted text |
| 500 | E87A #E87A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5E #CA5E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A14B #A14B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7336 #73360D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4922 #492208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF6F1;
--coral-100: #FBEADF;
--coral-200: #F8D9C3;
--coral-300: #F3BB95;
--coral-400: #ED975E;
--coral-500: #E87A30;
--coral-600: #CA5E16;
--coral-700: #A14B12;
--coral-800: #73360D;
--coral-900: #492208;
--coral-950: #2E1505;
}