Coral
#E39235
OrangeColor Codes
All color formats for development
HEX
#E39235RGB
rgb(227, 146, 53)HSL
hsl(32, 76%, 55%)OKLCH
oklch(0.727 0.142 65.2)CMYK
cmyk(0%, 36%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE851E
2#C5761B
3#AD6718
4#945814
5#7B4A11
6#633B0D
7#4A2C0A
8#311D07
9#190F03
Tints
Lighter variations
1#E69D49
2#E9A85D
3#ECB372
4#EEBE86
5#F1C99A
6#F4D3AE
7#F7DEC2
8#F9E9D7
9#FCF4EB
Tones
Muted variations
1#DB913E
2#D29146
3#C9904F
4#C19058
5#B88F61
6#AF8F69
7#A68E72
8#9E8D7B
9#958D84
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C7 #F1C798 | BordersInactive statesPlaceholder text |
| 400 | EAAA #EAAA62 | Disabled statesSecondary iconsMuted text |
| 500 | E392 #E39235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C576 #C5761B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5E #9D5E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7043 #70430F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482B #482B0A | 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: #FDF8F2;
--coral-100: #FBEEE0;
--coral-200: #F7E0C5;
--coral-300: #F1C798;
--coral-400: #EAAA62;
--coral-500: #E39235;
--coral-600: #C5761B;
--coral-700: #9D5E15;
--coral-800: #70430F;
--coral-900: #482B0A;
--coral-950: #2D1B06;
}