Coral
#E88630
OrangeColor Codes
All color formats for development
HEX
#E88630RGB
rgb(232, 134, 48)HSL
hsl(28, 80%, 55%)OKLCH
oklch(0.712 0.153 57)CMYK
cmyk(0%, 42%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E37719
2#CA6A16
3#B15D14
4#975011
5#7E420E
6#65350B
7#4C2808
8#321B06
9#190D03
Tints
Lighter variations
1#EA9245
2#ED9E5A
3#EFAA6E
4#F1B683
5#F4C398
6#F6CFAC
7#F8DBC1
8#FAE7D6
9#FDF3EA
Tones
Muted variations
1#DF873A
2#D68743
3#CD884C
4#C38955
5#BA895E
6#B18A68
7#A88A71
8#9F8B7A
9#958C83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DC #F8DCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C1 #F3C195 | BordersInactive statesPlaceholder text |
| 400 | EDA1 #EDA15E | Disabled statesSecondary iconsMuted text |
| 500 | E886 #E88630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA6A #CA6A16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A154 #A15412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 733C #733C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4927 #492708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E18 #2E1805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF7F1;
--coral-100: #FBECDF;
--coral-200: #F8DCC3;
--coral-300: #F3C195;
--coral-400: #EDA15E;
--coral-500: #E88630;
--coral-600: #CA6A16;
--coral-700: #A15412;
--coral-800: #733C0D;
--coral-900: #492708;
--coral-950: #2E1805;
}