Coral
#E39535
OrangeColor Codes
All color formats for development
HEX
#E39535RGB
rgb(227, 149, 53)HSL
hsl(33, 76%, 55%)OKLCH
oklch(0.733 0.142 67.1)CMYK
cmyk(0%, 34%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE881E
2#C5791B
3#AD6A18
4#945B14
5#7B4B11
6#633C0D
7#4A2D0A
8#311E07
9#190F03
Tints
Lighter variations
1#E6A049
2#E9AA5D
3#ECB572
4#EEBF86
5#F1CA9A
6#F4D5AE
7#F7DFC2
8#F9EAD7
9#FCF4EB
Tones
Muted variations
1#DB943E
2#D29346
3#C9924F
4#C19158
5#B89161
6#AF9069
7#A68F72
8#9E8E7B
9#958D84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C9 #F1C998 | BordersInactive statesPlaceholder text |
| 400 | EAAD #EAAD62 | Disabled statesSecondary iconsMuted text |
| 500 | E395 #E39535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C579 #C5791B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D60 #9D6015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7045 #70450F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482C #482C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F2;
--coral-100: #FBEFE0;
--coral-200: #F7E0C5;
--coral-300: #F1C998;
--coral-400: #EAAD62;
--coral-500: #E39535;
--coral-600: #C5791B;
--coral-700: #9D6015;
--coral-800: #70450F;
--coral-900: #482C0A;
--coral-950: #2D1B06;
}