Coral
#E5AA34
OrangeColor Codes
All color formats for development
HEX
#E5AA34RGB
rgb(229, 170, 52)HSL
hsl(40, 77%, 55%)OKLCH
oklch(0.774 0.144 80.2)CMYK
cmyk(0%, 26%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF9F1D
2#C78D1A
3#AE7B17
4#956A13
5#7C5810
6#63460D
7#4A350A
8#322306
9#191203
Tints
Lighter variations
1#E7B248
2#EABB5D
3#EDC371
4#EFCC85
5#F2D499
6#F4DDAE
7#F7E5C2
8#FAEED6
9#FCF6EB
Tones
Muted variations
1#DCA73D
2#D3A446
3#CAA14E
4#C19E57
5#B89B60
6#B09869
7#A79572
8#9E927B
9#958F83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D3 #F2D397 | BordersInactive statesPlaceholder text |
| 400 | EABD #EABD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5AA #E5AA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C78D #C78D1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E70 #9E7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #483309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF9F1;
--coral-100: #FBF2DF;
--coral-200: #F7E6C4;
--coral-300: #F2D397;
--coral-400: #EABD61;
--coral-500: #E5AA34;
--coral-600: #C78D1A;
--coral-700: #9E7015;
--coral-800: #71500F;
--coral-900: #483309;
--coral-950: #2D2006;
}