Coral
#EE925D
OrangeColor Codes
All color formats for development
HEX
#EE925DRGB
rgb(238, 146, 93)HSL
hsl(22, 81%, 65%)OKLCH
oklch(0.745 0.131 49.7)CMYK
cmyk(0%, 39%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB7E3F
2#E86A21
3#D25B16
4#B44E13
5#964110
6#78340D
7#5A2709
8#3C1A06
9#1E0D03
Tints
Lighter variations
1#F09D6E
2#F1A87E
3#F3B38E
4#F5BE9E
5#F7C9AE
6#F8D4BE
7#FADECF
8#FCE9DF
9#FDF4EF
Tones
Muted variations
1#E79465
2#E0966C
3#D89873
4#D19A7A
5#CA9C82
6#C39E89
7#BBA090
8#B4A297
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE9 #FCE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D7 #F9D7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B8 #F4B895 | BordersInactive statesPlaceholder text |
| 400 | EE92 #EE925D | Disabled statesSecondary iconsMuted text |
| 500 | E973 #E9732F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB58 #CB5815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A246 #A24611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7332 #73320C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A20 #4A2008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E14 #2E1405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FCE9DF;
--coral-200: #F9D7C3;
--coral-300: #F4B895;
--coral-400: #EE925D;
--coral-500: #E9732F;
--coral-600: #CB5815;
--coral-700: #A24611;
--coral-800: #73320C;
--coral-900: #4A2008;
--coral-950: #2E1405;
}