Coral
#E89830
OrangeColor Codes
All color formats for development
HEX
#E89830RGB
rgb(232, 152, 48)HSL
hsl(34, 80%, 55%)OKLCH
oklch(0.744 0.147 68)CMYK
cmyk(0%, 34%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E38C19
2#CA7C16
3#B16D14
4#975D11
5#7E4E0E
6#653E0B
7#4C2F08
8#321F06
9#191003
Tints
Lighter variations
1#EAA345
2#EDAD5A
3#EFB76E
4#F1C183
5#F4CC98
6#F6D6AC
7#F8E0C1
8#FAEAD6
9#FDF5EA
Tones
Muted variations
1#DF973A
2#D69643
3#CD954C
4#C39455
5#BA925E
6#B19168
7#A89071
8#9F8F7A
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 #F8E1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CB #F3CB95 | BordersInactive statesPlaceholder text |
| 400 | EDAF #EDAF5E | Disabled statesSecondary iconsMuted text |
| 500 | E898 #E89830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7C #CA7C16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A163 #A16312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7347 #73470D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F1;
--coral-100: #FBEFDF;
--coral-200: #F8E1C3;
--coral-300: #F3CB95;
--coral-400: #EDAF5E;
--coral-500: #E89830;
--coral-600: #CA7C16;
--coral-700: #A16312;
--coral-800: #73470D;
--coral-900: #492D08;
--coral-950: #2E1C05;
}