Coral
#ED825E
OrangeColor Codes
All color formats for development
HEX
#ED825ERGB
rgb(237, 130, 94)HSL
hsl(15, 80%, 65%)OKLCH
oklch(0.718 0.141 39.2)CMYK
cmyk(0%, 45%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA6B41
2#E75423
3#D14617
4#B33C14
5#953211
6#77280D
7#5A1E0A
8#3C1407
9#1E0A03
Tints
Lighter variations
1#EF8F6E
2#F19B7E
3#F3A88F
4#F4B49F
5#F6C1AF
6#F8CDBF
7#FADACF
8#FBE6DF
9#FDF3EF
Tones
Muted variations
1#E68665
2#DF896D
3#D88D74
4#D1907B
5#C99482
6#C29789
7#BB9B90
8#B49F97
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D1 #F8D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AD #F3AD95 | BordersInactive statesPlaceholder text |
| 400 | ED82 #ED825E | Disabled statesSecondary iconsMuted text |
| 500 | E85E #E85E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA43 #CA4316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A136 #A13612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7326 #73260D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4918 #491808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF4F1;
--coral-100: #FBE6DF;
--coral-200: #F8D1C3;
--coral-300: #F3AD95;
--coral-400: #ED825E;
--coral-500: #E85E30;
--coral-600: #CA4316;
--coral-700: #A13612;
--coral-800: #73260D;
--coral-900: #491808;
--coral-950: #2E0F05;
}