Coral
#EE865D
OrangeColor Codes
All color formats for development
HEX
#EE865DRGB
rgb(238, 134, 93)HSL
hsl(17, 81%, 65%)OKLCH
oklch(0.725 0.139 41.8)CMYK
cmyk(0%, 44%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB703F
2#E85A21
3#D24B16
4#B44113
5#963610
6#782B0D
7#5A2009
8#3C1606
9#1E0B03
Tints
Lighter variations
1#F0926E
2#F19F7E
3#F3AB8E
4#F5B79E
5#F7C3AE
6#F8CFBE
7#FADBCF
8#FCE7DF
9#FDF3EF
Tones
Muted variations
1#E78A65
2#E08D6C
3#D89073
4#D1937A
5#CA9682
6#C39989
7#BB9C90
8#B49F97
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D2 #F9D2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B0 #F4B095 | BordersInactive statesPlaceholder text |
| 400 | EE86 #EE865D | Disabled statesSecondary iconsMuted text |
| 500 | E964 #E9642F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB49 #CB4915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A23A #A23A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7329 #73290C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1A #4A1A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F1;
--coral-100: #FCE7DF;
--coral-200: #F9D2C3;
--coral-300: #F4B095;
--coral-400: #EE865D;
--coral-500: #E9642F;
--coral-600: #CB4915;
--coral-700: #A23A11;
--coral-800: #73290C;
--coral-900: #4A1A08;
--coral-950: #2E1105;
}