Coral
#EA9C2E
OrangeColor Codes
All color formats for development
HEX
#EA9C2ERGB
rgb(234, 156, 46)HSL
hsl(35, 82%, 55%)OKLCH
oklch(0.753 0.149 70)CMYK
cmyk(0%, 33%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E68F17
2#CC8014
3#B37012
4#99600F
5#80500D
6#66400A
7#4D3008
8#332005
9#1A1003
Tints
Lighter variations
1#ECA643
2#EEB058
3#F1BA6D
4#F3C482
5#F5CD97
6#F7D7AB
7#F9E1C0
8#FBEBD5
9#FDF5EA
Tones
Muted variations
1#E19A38
2#D89941
3#CE974A
4#C59654
5#BB945D
6#B29367
7#A89170
8#9F8F79
9#968E83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CC #F4CC94 | BordersInactive statesPlaceholder text |
| 400 | EFB2 #EFB25D | Disabled statesSecondary iconsMuted text |
| 500 | EA9C #EA9C2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC80 #CC8014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A265 #A26510 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7448 #74480B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2E #4A2E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCF0DF;
--coral-200: #F9E2C3;
--coral-300: #F4CC94;
--coral-400: #EFB25D;
--coral-500: #EA9C2E;
--coral-600: #CC8014;
--coral-700: #A26510;
--coral-800: #74480B;
--coral-900: #4A2E07;
--coral-950: #2E1D05;
}