Coral
#E59534
OrangeColor Codes
All color formats for development
HEX
#E59534RGB
rgb(229, 149, 52)HSL
hsl(33, 77%, 55%)OKLCH
oklch(0.735 0.144 66.6)CMYK
cmyk(0%, 35%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF881D
2#C7791A
3#AE6A17
4#955B13
5#7C4C10
6#633C0D
7#4A2D0A
8#321E06
9#190F03
Tints
Lighter variations
1#E7A048
2#EAAA5D
3#EDB571
4#EFBF85
5#F2CA99
6#F4D5AE
7#F7DFC2
8#FAEAD6
9#FCF4EB
Tones
Muted variations
1#DC943D
2#D39346
3#CA924E
4#C19257
5#B89160
6#B09069
7#A78F72
8#9E8E7B
9#958D83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C9 #F2C997 | BordersInactive statesPlaceholder text |
| 400 | EAAD #EAAD61 | Disabled statesSecondary iconsMuted text |
| 500 | E595 #E59534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C779 #C7791A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E60 #9E6015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7145 #71450F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482C #482C09 | 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: #FDF8F1;
--coral-100: #FBEFDF;
--coral-200: #F7E0C4;
--coral-300: #F2C997;
--coral-400: #EAAD61;
--coral-500: #E59534;
--coral-600: #C7791A;
--coral-700: #9E6015;
--coral-800: #71450F;
--coral-900: #482C09;
--coral-950: #2D1B06;
}