Coral
#EE825D
OrangeColor Codes
All color formats for development
HEX
#EE825DRGB
rgb(238, 130, 93)HSL
hsl(15, 81%, 65%)OKLCH
oklch(0.719 0.142 39.5)CMYK
cmyk(0%, 45%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB6A3F
2#E85321
3#D24516
4#B43B13
5#963110
6#78270D
7#5A1E09
8#3C1406
9#1E0A03
Tints
Lighter variations
1#F08E6E
2#F19B7E
3#F3A78E
4#F5B49E
5#F7C0AE
6#F8CDBE
7#FAD9CF
8#FCE6DF
9#FDF2EF
Tones
Muted variations
1#E78565
2#E0896C
3#D88C73
4#D1907A
5#CA9482
6#C39789
7#BB9B90
8#B49F97
9#ADA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4AD #F4AD95 | BordersInactive statesPlaceholder text |
| 400 | EE82 #EE825D | Disabled statesSecondary iconsMuted text |
| 500 | E95E #E95E2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB43 #CB4315 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A235 #A23511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7326 #73260C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A18 #4A1808 | 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: #FEF4F1;
--coral-100: #FCE6DF;
--coral-200: #F9D0C3;
--coral-300: #F4AD95;
--coral-400: #EE825D;
--coral-500: #E95E2F;
--coral-600: #CB4315;
--coral-700: #A23511;
--coral-800: #73260C;
--coral-900: #4A1808;
--coral-950: #2E0F05;
}