Coral
#EE905D
OrangeColor Codes
All color formats for development
HEX
#EE905DRGB
rgb(238, 144, 93)HSL
hsl(21, 81%, 65%)OKLCH
oklch(0.742 0.132 48.3)CMYK
cmyk(0%, 39%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB7B3F
2#E86721
3#D25816
4#B44B13
5#963F10
6#78320D
7#5A2609
8#3C1906
9#1E0D03
Tints
Lighter variations
1#F09B6E
2#F1A67E
3#F3B18E
4#F5BC9E
5#F7C8AE
6#F8D3BE
7#FADECF
8#FCE9DF
9#FDF4EF
Tones
Muted variations
1#E79265
2#E0946C
3#D89773
4#D1997A
5#CA9B82
6#C39D89
7#BB9F90
8#B4A197
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE9 #FCE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D6 #F9D6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B6 #F4B695 | BordersInactive statesPlaceholder text |
| 400 | EE90 #EE905D | Disabled statesSecondary iconsMuted text |
| 500 | E970 #E9702F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB55 #CB5515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A244 #A24411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7330 #73300C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1F #4A1F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F1;
--coral-100: #FCE9DF;
--coral-200: #F9D6C3;
--coral-300: #F4B695;
--coral-400: #EE905D;
--coral-500: #E9702F;
--coral-600: #CB5515;
--coral-700: #A24411;
--coral-800: #73300C;
--coral-900: #4A1F08;
--coral-950: #2E1305;
}