Coral
#EE8B5D
OrangeColor Codes
All color formats for development
HEX
#EE8B5DRGB
rgb(238, 139, 93)HSL
hsl(19, 81%, 65%)OKLCH
oklch(0.733 0.135 45)CMYK
cmyk(0%, 42%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB763F
2#E86021
3#D25216
4#B44613
5#963A10
6#782F0D
7#5A2309
8#3C1706
9#1E0C03
Tints
Lighter variations
1#F0976E
2#F1A27E
3#F3AE8E
4#F5BA9E
5#F7C5AE
6#F8D1BE
7#FADCCF
8#FCE8DF
9#FDF3EF
Tones
Muted variations
1#E78E65
2#E0916C
3#D89373
4#D1967A
5#CA9882
6#C39B89
7#BB9E90
8#B4A097
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE8 #FCE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D4 #F9D4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B3 #F4B395 | BordersInactive statesPlaceholder text |
| 400 | EE8B #EE8B5D | Disabled statesSecondary iconsMuted text |
| 500 | E96A #E96A2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB4F #CB4F15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A23F #A23F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732D #732D0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1D #4A1D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E12 #2E1205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F1;
--coral-100: #FCE8DF;
--coral-200: #F9D4C3;
--coral-300: #F4B395;
--coral-400: #EE8B5D;
--coral-500: #E96A2F;
--coral-600: #CB4F15;
--coral-700: #A23F11;
--coral-800: #732D0C;
--coral-900: #4A1D08;
--coral-950: #2E1205;
}