Coral
#EE845D
OrangeColor Codes
All color formats for development
HEX
#EE845DRGB
rgb(238, 132, 93)HSL
hsl(16, 81%, 65%)OKLCH
oklch(0.722 0.141 40.6)CMYK
cmyk(0%, 45%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB6D3F
2#E85621
3#D24816
4#B43E13
5#963410
6#78290D
7#5A1F09
8#3C1506
9#1E0A03
Tints
Lighter variations
1#F0906E
2#F19D7E
3#F3A98E
4#F5B59E
5#F7C2AE
6#F8CEBE
7#FADACF
8#FCE6DF
9#FDF3EF
Tones
Muted variations
1#E78765
2#E08B6C
3#D88E73
4#D1927A
5#CA9582
6#C39889
7#BB9C90
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 | F9D1 #F9D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4AE #F4AE95 | BordersInactive statesPlaceholder text |
| 400 | EE84 #EE845D | Disabled statesSecondary iconsMuted text |
| 500 | E961 #E9612F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB46 #CB4615 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A238 #A23811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7328 #73280C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A19 #4A1908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FCE6DF;
--coral-200: #F9D1C3;
--coral-300: #F4AE95;
--coral-400: #EE845D;
--coral-500: #E9612F;
--coral-600: #CB4615;
--coral-700: #A23811;
--coral-800: #73280C;
--coral-900: #4A1908;
--coral-950: #2E1005;
}