Coral
#E59E34
OrangeColor Codes
All color formats for development
HEX
#E59E34RGB
rgb(229, 158, 52)HSL
hsl(36, 77%, 55%)OKLCH
oklch(0.752 0.143 72.4)CMYK
cmyk(0%, 31%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF921D
2#C7811A
3#AE7117
4#956113
5#7C5110
6#63410D
7#4A310A
8#322006
9#191003
Tints
Lighter variations
1#E7A848
2#EAB15D
3#EDBB71
4#EFC585
5#F2CE99
6#F4D8AE
7#F7E2C2
8#FAECD6
9#FCF5EB
Tones
Muted variations
1#DC9C3D
2#D39A46
3#CA994E
4#C19757
5#B89560
6#B09369
7#A79272
8#9E907B
9#958E83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E3 #F7E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CD #F2CD97 | BordersInactive statesPlaceholder text |
| 400 | EAB3 #EAB361 | Disabled statesSecondary iconsMuted text |
| 500 | E59E #E59E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C781 #C7811A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E67 #9E6715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714A #714A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482F #482F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF9F1;
--coral-100: #FBF0DF;
--coral-200: #F7E3C4;
--coral-300: #F2CD97;
--coral-400: #EAB361;
--coral-500: #E59E34;
--coral-600: #C7811A;
--coral-700: #9E6715;
--coral-800: #714A0F;
--coral-900: #482F09;
--coral-950: #2D1D06;
}