Coral
#E79232
OrangeColor Codes
All color formats for development
HEX
#E79232RGB
rgb(231, 146, 50)HSL
hsl(32, 79%, 55%)OKLCH
oklch(0.732 0.147 64.3)CMYK
cmyk(0%, 37%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2851B
2#C97618
3#B06715
4#975912
5#7E4A0F
6#643B0C
7#4B2C09
8#321E06
9#190F03
Tints
Lighter variations
1#E99D46
2#ECA85B
3#EEB36F
4#F1BE84
5#F3C998
6#F5D4AD
7#F8DEC1
8#FAE9D6
9#FDF4EA
Tones
Muted variations
1#DE923B
2#D59144
3#CC904D
4#C39056
5#BA8F5F
6#B18F68
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 | F3C7 #F3C796 | BordersInactive statesPlaceholder text |
| 400 | ECAA #ECAA5F | Disabled statesSecondary iconsMuted text |
| 500 | E792 #E79232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C976 #C97618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A05E #A05E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7243 #72430D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1B #2E1B05 | 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: #F3C796;
--coral-400: #ECAA5F;
--coral-500: #E79232;
--coral-600: #C97618;
--coral-700: #A05E13;
--coral-800: #72430D;
--coral-900: #492B09;
--coral-950: #2E1B05;
}