Coral
#E68633
OrangeColor Codes
All color formats for development
HEX
#E68633RGB
rgb(230, 134, 51)HSL
hsl(28, 78%, 55%)OKLCH
oklch(0.71 0.15 57)CMYK
cmyk(0%, 42%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1781C
2#C86A19
3#AF5D16
4#965013
5#7D420F
6#64350C
7#4B2809
8#321B06
9#190D03
Tints
Lighter variations
1#E89247
2#EB9E5C
3#EDAA70
4#F0B784
5#F2C399
6#F5CFAD
7#F7DBC2
8#FAE7D6
9#FCF3EB
Tones
Muted variations
1#DD873C
2#D48745
3#CB884E
4#C28957
5#B9895F
6#B08A68
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 | F2C1 #F2C197 | BordersInactive statesPlaceholder text |
| 400 | EBA1 #EBA160 | Disabled statesSecondary iconsMuted text |
| 500 | E686 #E68633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C86A #C86A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F55 #9F5514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 713C #713C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4927 #492709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D18 #2D1806 | 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: #F2C197;
--coral-400: #EBA160;
--coral-500: #E68633;
--coral-600: #C86A19;
--coral-700: #9F5514;
--coral-800: #713C0E;
--coral-900: #492709;
--coral-950: #2D1806;
}