Coral
#E68F33
OrangeColor Codes
All color formats for development
HEX
#E68F33RGB
rgb(230, 143, 51)HSL
hsl(31, 78%, 55%)OKLCH
oklch(0.726 0.146 62.5)CMYK
cmyk(0%, 38%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1821C
2#C87319
3#AF6516
4#965613
5#7D480F
6#643A0C
7#4B2B09
8#321D06
9#190E03
Tints
Lighter variations
1#E89A47
2#EBA65C
3#EDB170
4#F0BC84
5#F2C799
6#F5D2AD
7#F7DDC2
8#FAE9D6
9#FCF4EB
Tones
Muted variations
1#DD8F3C
2#D48F45
3#CB8E4E
4#C28E57
5#B98E5F
6#B08D68
7#A78D71
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 | F8DF #F8DFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C6 #F2C697 | BordersInactive statesPlaceholder text |
| 400 | EBA8 #EBA860 | Disabled statesSecondary iconsMuted text |
| 500 | E68F #E68F33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C873 #C87319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5C #9F5C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7141 #71410E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492A #492A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F1;
--coral-100: #FBEEDF;
--coral-200: #F8DFC4;
--coral-300: #F2C697;
--coral-400: #EBA860;
--coral-500: #E68F33;
--coral-600: #C87319;
--coral-700: #9F5C14;
--coral-800: #71410E;
--coral-900: #492A09;
--coral-950: #2D1A06;
}