Coral
#E69233
OrangeColor Codes
All color formats for development
HEX
#E69233RGB
rgb(230, 146, 51)HSL
hsl(32, 78%, 55%)OKLCH
oklch(0.731 0.145 64.4)CMYK
cmyk(0%, 37%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1851C
2#C87619
3#AF6716
4#965913
5#7D4A0F
6#643B0C
7#4B2C09
8#321E06
9#190F03
Tints
Lighter variations
1#E89D47
2#EBA85C
3#EDB370
4#F0BE84
5#F2C999
6#F5D3AD
7#F7DEC2
8#FAE9D6
9#FCF4EB
Tones
Muted variations
1#DD923C
2#D49145
3#CB904E
4#C29057
5#B98F5F
6#B08F68
7#A78E71
8#9E8D7A
9#958D83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C7 #F2C797 | BordersInactive statesPlaceholder text |
| 400 | EBAA #EBAA60 | Disabled statesSecondary iconsMuted text |
| 500 | E692 #E69233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C876 #C87619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5E #9F5E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7143 #71430E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | 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: #FBEEDF;
--coral-200: #F8E0C4;
--coral-300: #F2C797;
--coral-400: #EBAA60;
--coral-500: #E69233;
--coral-600: #C87619;
--coral-700: #9F5E14;
--coral-800: #71430E;
--coral-900: #492B09;
--coral-950: #2D1B06;
}