Coral
#ED895E
OrangeColor Codes
All color formats for development
HEX
#ED895ERGB
rgb(237, 137, 94)HSL
hsl(18, 80%, 65%)OKLCH
oklch(0.729 0.135 43.5)CMYK
cmyk(0%, 42%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7341
2#E75D23
3#D14F17
4#B34414
5#953811
6#772D0D
7#5A220A
8#3C1707
9#1E0B03
Tints
Lighter variations
1#EF956E
2#F1A17E
3#F3AD8F
4#F4B89F
5#F6C4AF
6#F8D0BF
7#FADCCF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E68C65
2#DF8F6D
3#D89274
4#D1957B
5#C99782
6#C29A89
7#BB9D90
8#B4A097
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D3 #F8D3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B2 #F3B295 | BordersInactive statesPlaceholder text |
| 400 | ED89 #ED895E | Disabled statesSecondary iconsMuted text |
| 500 | E868 #E86830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA4C #CA4C16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A13D #A13D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732B #732B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491C #491C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FDF5F1;
--coral-100: #FBE7DF;
--coral-200: #F8D3C3;
--coral-300: #F3B295;
--coral-400: #ED895E;
--coral-500: #E86830;
--coral-600: #CA4C16;
--coral-700: #A13D12;
--coral-800: #732B0D;
--coral-900: #491C08;
--coral-950: #2E1105;
}