Coral
#ED875E
OrangeColor Codes
All color formats for development
HEX
#ED875ERGB
rgb(237, 135, 94)HSL
hsl(17, 80%, 65%)OKLCH
oklch(0.726 0.137 42.2)CMYK
cmyk(0%, 43%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7041
2#E75A23
3#D14C17
4#B34114
5#953611
6#772B0D
7#5A200A
8#3C1607
9#1E0B03
Tints
Lighter variations
1#EF936E
2#F19F7E
3#F3AB8F
4#F4B79F
5#F6C3AF
6#F8CFBF
7#FADBCF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E68A65
2#DF8D6D
3#D89074
4#D1937B
5#C99682
6#C29989
7#BB9C90
8#B4A097
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D2 #F8D2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B0 #F3B095 | BordersInactive statesPlaceholder text |
| 400 | ED87 #ED875E | Disabled statesSecondary iconsMuted text |
| 500 | E864 #E86430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA49 #CA4916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A13A #A13A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732A #732A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B08 | 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: #FDF5F1;
--coral-100: #FBE7DF;
--coral-200: #F8D2C3;
--coral-300: #F3B095;
--coral-400: #ED875E;
--coral-500: #E86430;
--coral-600: #CA4916;
--coral-700: #A13A12;
--coral-800: #732A0D;
--coral-900: #491B08;
--coral-950: #2E1105;
}