Coral
#ED935E
OrangeColor Codes
All color formats for development
HEX
#ED935ERGB
rgb(237, 147, 94)HSL
hsl(22, 80%, 65%)OKLCH
oklch(0.746 0.129 50.3)CMYK
cmyk(0%, 38%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7F41
2#E76A23
3#D15B17
4#B34E14
5#954111
6#77340D
7#5A270A
8#3C1A07
9#1E0D03
Tints
Lighter variations
1#EF9E6E
2#F1A87E
3#F3B38F
4#F4BE9F
5#F6C9AF
6#F8D4BF
7#FADFCF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E69565
2#DF976D
3#D89874
4#D19A7B
5#C99C82
6#C29E89
7#BBA090
8#B4A297
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D7 #F8D7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B8 #F3B895 | BordersInactive statesPlaceholder text |
| 400 | ED93 #ED935E | Disabled statesSecondary iconsMuted text |
| 500 | E874 #E87430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA58 #CA5816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A146 #A14612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7332 #73320D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4920 #492008 | 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: #FDF6F1;
--coral-100: #FBE9DF;
--coral-200: #F8D7C3;
--coral-300: #F3B895;
--coral-400: #ED935E;
--coral-500: #E87430;
--coral-600: #CA5816;
--coral-700: #A14612;
--coral-800: #73320D;
--coral-900: #492008;
--coral-950: #2E1405;
}