Coral
#E78632
OrangeColor Codes
All color formats for development
HEX
#E78632RGB
rgb(231, 134, 50)HSL
hsl(28, 79%, 55%)OKLCH
oklch(0.711 0.151 56.9)CMYK
cmyk(0%, 42%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2781B
2#C96A18
3#B05D15
4#975012
5#7E420F
6#64350C
7#4B2809
8#321B06
9#190D03
Tints
Lighter variations
1#E99246
2#EC9E5B
3#EEAA6F
4#F1B784
5#F3C398
6#F5CFAD
7#F8DBC1
8#FAE7D6
9#FDF3EA
Tones
Muted variations
1#DE873B
2#D58744
3#CC884D
4#C38956
5#BA895F
6#B18A68
7#A78A71
8#9E8B7A
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 #F8DCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C1 #F3C196 | BordersInactive statesPlaceholder text |
| 400 | ECA1 #ECA15F | Disabled statesSecondary iconsMuted text |
| 500 | E786 #E78632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C96A #C96A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A055 #A05513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 723C #723C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4927 #492709 | 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: #F8DCC4;
--coral-300: #F3C196;
--coral-400: #ECA15F;
--coral-500: #E78632;
--coral-600: #C96A18;
--coral-700: #A05513;
--coral-800: #723C0D;
--coral-900: #492709;
--coral-950: #2E1805;
}