Coral
#EE9A5D
OrangeColor Codes
All color formats for development
HEX
#EE9A5DRGB
rgb(238, 154, 93)HSL
hsl(25, 81%, 65%)OKLCH
oklch(0.759 0.127 55.4)CMYK
cmyk(0%, 35%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB873F
2#E87421
3#D26416
4#B45613
5#964810
6#78390D
7#5A2B09
8#3C1D06
9#1E0E03
Tints
Lighter variations
1#F0A46E
2#F1AE7E
3#F3B88E
4#F5C29E
5#F7CCAE
6#F8D6BE
7#FAE1CF
8#FCEBDF
9#FDF5EF
Tones
Muted variations
1#E79B65
2#E09C6C
3#D89D73
4#D19F7A
5#CAA082
6#C3A189
7#BBA290
8#B4A397
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEB #FCEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D9 #F9D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4BC #F4BC95 | BordersInactive statesPlaceholder text |
| 400 | EE9A #EE9A5D | Disabled statesSecondary iconsMuted text |
| 500 | E97D #E97D2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB61 #CB6115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A24D #A24D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7337 #73370C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A23 #4A2308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E16 #2E1605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FCEBDF;
--coral-200: #F9D9C3;
--coral-300: #F4BC95;
--coral-400: #EE9A5D;
--coral-500: #E97D2F;
--coral-600: #CB6115;
--coral-700: #A24D11;
--coral-800: #73370C;
--coral-900: #4A2308;
--coral-950: #2E1605;
}