Coral
#ED8E5E
OrangeColor Codes
All color formats for development
HEX
#ED8E5ERGB
rgb(237, 142, 94)HSL
hsl(20, 80%, 65%)OKLCH
oklch(0.737 0.132 46.8)CMYK
cmyk(0%, 40%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7941
2#E76423
3#D15517
4#B34914
5#953D11
6#77310D
7#5A240A
8#3C1807
9#1E0C03
Tints
Lighter variations
1#EF996E
2#F1A57E
3#F3B08F
4#F4BB9F
5#F6C6AF
6#F8D2BF
7#FADDCF
8#FBE8DF
9#FDF4EF
Tones
Muted variations
1#E69065
2#DF936D
3#D89574
4#D1977B
5#C99A82
6#C29C89
7#BB9F90
8#B4A197
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D5 #F8D5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B5 #F3B595 | BordersInactive statesPlaceholder text |
| 400 | ED8E #ED8E5E | Disabled statesSecondary iconsMuted text |
| 500 | E86E #E86E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA52 #CA5216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A141 #A14112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732F #732F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491E #491E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF5F1;
--coral-100: #FBE8DF;
--coral-200: #F8D5C3;
--coral-300: #F3B595;
--coral-400: #ED8E5E;
--coral-500: #E86E30;
--coral-600: #CA5216;
--coral-700: #A14112;
--coral-800: #732F0D;
--coral-900: #491E08;
--coral-950: #2E1305;
}