Coral
#E69833
OrangeColor Codes
All color formats for development
HEX
#E69833RGB
rgb(230, 152, 51)HSL
hsl(34, 78%, 55%)OKLCH
oklch(0.742 0.144 68.3)CMYK
cmyk(0%, 34%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E18B1C
2#C87C19
3#AF6C16
4#965D13
5#7D4D0F
6#643E0C
7#4B2E09
8#321F06
9#190F03
Tints
Lighter variations
1#E8A247
2#EBAD5C
3#EDB770
4#F0C184
5#F2CC99
6#F5D6AD
7#F7E0C2
8#FAEAD6
9#FCF5EB
Tones
Muted variations
1#DD973C
2#D49645
3#CB954E
4#C29357
5#B9925F
6#B09168
7#A79071
8#9E8F7A
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 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F1;
--coral-100: #FBEFDF;
--coral-200: #F8E1C4;
--coral-300: #F2CA97;
--coral-400: #EBAF60;
--coral-500: #E69833;
--coral-600: #C87C19;
--coral-700: #9F6314;
--coral-800: #71460E;
--coral-900: #492D09;
--coral-950: #2D1C06;
}