Coral
#ED905E
OrangeColor Codes
All color formats for development
HEX
#ED905ERGB
rgb(237, 144, 94)HSL
hsl(21, 80%, 65%)OKLCH
oklch(0.741 0.131 48.2)CMYK
cmyk(0%, 39%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7C41
2#E76723
3#D15817
4#B34C14
5#953F11
6#77320D
7#5A260A
8#3C1907
9#1E0D03
Tints
Lighter variations
1#EF9B6E
2#F1A67E
3#F3B28F
4#F4BD9F
5#F6C8AF
6#F8D3BF
7#FADECF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E69265
2#DF956D
3#D89774
4#D1997B
5#C99B82
6#C29D89
7#BB9F90
8#B4A197
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D6 #F8D6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B6 #F3B695 | BordersInactive statesPlaceholder text |
| 400 | ED90 #ED905E | Disabled statesSecondary iconsMuted text |
| 500 | E871 #E87130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA55 #CA5516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A144 #A14412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7330 #73300D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F08 | 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: #FDF6F1;
--coral-100: #FBE9DF;
--coral-200: #F8D6C3;
--coral-300: #F3B695;
--coral-400: #ED905E;
--coral-500: #E87130;
--coral-600: #CA5516;
--coral-700: #A14412;
--coral-800: #73300D;
--coral-900: #491F08;
--coral-950: #2E1305;
}