Coral
#ED955E
OrangeColor Codes
All color formats for development
HEX
#ED955ERGB
rgb(237, 149, 94)HSL
hsl(23, 80%, 65%)OKLCH
oklch(0.749 0.128 51.7)CMYK
cmyk(0%, 37%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8141
2#E76E23
3#D15E17
4#B35114
5#954311
6#77360D
7#5A280A
8#3C1B07
9#1E0D03
Tints
Lighter variations
1#EFA06E
2#F1AA7E
3#F3B58F
4#F4BF9F
5#F6CAAF
6#F8D5BF
7#FADFCF
8#FBEADF
9#FDF4EF
Tones
Muted variations
1#E69765
2#DF986D
3#D89A74
4#D19C7B
5#C99D82
6#C29F89
7#BBA190
8#B4A297
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D8 #F8D8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B9 #F3B995 | BordersInactive statesPlaceholder text |
| 400 | ED95 #ED955E | Disabled statesSecondary iconsMuted text |
| 500 | E877 #E87730 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5B #CA5B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A149 #A14912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7334 #73340D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4921 #492108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF6F1;
--coral-100: #FBEADF;
--coral-200: #F8D8C3;
--coral-300: #F3B995;
--coral-400: #ED955E;
--coral-500: #E87730;
--coral-600: #CA5B16;
--coral-700: #A14912;
--coral-800: #73340D;
--coral-900: #492108;
--coral-950: #2E1505;
}