Coral
#E79532
OrangeColor Codes
All color formats for development
HEX
#E79532RGB
rgb(231, 149, 50)HSL
hsl(33, 79%, 55%)OKLCH
oklch(0.737 0.146 66.1)CMYK
cmyk(0%, 35%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2881B
2#C97918
3#B06A15
4#975B12
5#7E4C0F
6#643D0C
7#4B2D09
8#321E06
9#190F03
Tints
Lighter variations
1#E9A046
2#ECAA5B
3#EEB56F
4#F1C084
5#F3CA98
6#F5D5AD
7#F8DFC1
8#FAEAD6
9#FDF4EA
Tones
Muted variations
1#DE943B
2#D59444
3#CC934D
4#C39256
5#BA915F
6#B19068
7#A78F71
8#9E8E7A
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 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C9 #F3C996 | BordersInactive statesPlaceholder text |
| 400 | ECAD #ECAD5F | Disabled statesSecondary iconsMuted text |
| 500 | E795 #E79532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C979 #C97918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A060 #A06013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7245 #72450D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492C #492C09 | 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: #F8E0C4;
--coral-300: #F3C996;
--coral-400: #ECAD5F;
--coral-500: #E79532;
--coral-600: #C97918;
--coral-700: #A06013;
--coral-800: #72450D;
--coral-900: #492C09;
--coral-950: #2E1C05;
}