Coral
#EF8B5D
OrangeColor Codes
All color formats for development
HEX
#EF8B5DRGB
rgb(239, 139, 93)HSL
hsl(19, 82%, 65%)OKLCH
oklch(0.735 0.136 44.8)CMYK
cmyk(0%, 42%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC753E
2#E96020
3#D35115
4#B54612
5#973A0F
6#792E0C
7#5A2309
8#3C1706
9#1E0C03
Tints
Lighter variations
1#F1976D
2#F2A27D
3#F4AE8D
4#F5B99E
5#F7C5AE
6#F9D1BE
7#FADCCE
8#FCE8DF
9#FDF3EF
Tones
Muted variations
1#E88E64
2#E0906B
3#D99373
4#D2967A
5#CA9881
6#C39B88
7#BC9E90
8#B4A097
9#ADA39E
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 #F4B394 | BordersInactive statesPlaceholder text |
| 400 | EF8B #EF8B5D | Disabled statesSecondary iconsMuted text |
| 500 | EA6A #EA6A2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC4E #CC4E14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A23E #A23E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 742D #742D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1D #4A1D07 | 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: #F4B394;
--coral-400: #EF8B5D;
--coral-500: #EA6A2E;
--coral-600: #CC4E14;
--coral-700: #A23E10;
--coral-800: #742D0B;
--coral-900: #4A1D07;
--coral-950: #2E1205;
}