Coral
#E89C30
OrangeColor Codes
All color formats for development
HEX
#E89C30RGB
rgb(232, 156, 48)HSL
hsl(35, 80%, 55%)OKLCH
oklch(0.751 0.147 70.5)CMYK
cmyk(0%, 33%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E38F19
2#CA7F16
3#B16F14
4#975F11
5#7E4F0E
6#65400B
7#4C3008
8#322006
9#191003
Tints
Lighter variations
1#EAA545
2#EDAF5A
3#EFB96E
4#F1C383
5#F4CD98
6#F6D7AC
7#F8E1C1
8#FAEBD6
9#FDF5EA
Tones
Muted variations
1#DF9A3A
2#D69843
3#CD974C
4#C39555
5#BA945E
6#B19268
7#A89171
8#9F8F7A
9#958E83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CC #F3CC95 | BordersInactive statesPlaceholder text |
| 400 | EDB2 #EDB25E | Disabled statesSecondary iconsMuted text |
| 500 | E89C #E89C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7F #CA7F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A165 #A16512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF8F1;
--coral-100: #FBF0DF;
--coral-200: #F8E2C3;
--coral-300: #F3CC95;
--coral-400: #EDB25E;
--coral-500: #E89C30;
--coral-600: #CA7F16;
--coral-700: #A16512;
--coral-800: #73480D;
--coral-900: #492E08;
--coral-950: #2E1D05;
}