Coral
#E69533
OrangeColor Codes
All color formats for development
HEX
#E69533RGB
rgb(230, 149, 51)HSL
hsl(33, 78%, 55%)OKLCH
oklch(0.736 0.145 66.4)CMYK
cmyk(0%, 35%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1881C
2#C87919
3#AF6A16
4#965B13
5#7D4C0F
6#643C0C
7#4B2D09
8#321E06
9#190F03
Tints
Lighter variations
1#E8A047
2#EBAA5C
3#EDB570
4#F0C084
5#F2CA99
6#F5D5AD
7#F7DFC2
8#FAEAD6
9#FCF4EB
Tones
Muted variations
1#DD943C
2#D49345
3#CB934E
4#C29257
5#B9915F
6#B09068
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 | F2C9 #F2C997 | BordersInactive statesPlaceholder text |
| 400 | EBAD #EBAD60 | Disabled statesSecondary iconsMuted text |
| 500 | E695 #E69533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C879 #C87919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F60 #9F6014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7145 #71450E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492C #492C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | 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: #F2C997;
--coral-400: #EBAD60;
--coral-500: #E69533;
--coral-600: #C87919;
--coral-700: #9F6014;
--coral-800: #71450E;
--coral-900: #492C09;
--coral-950: #2D1B06;
}