Coral
#EB9C2D
OrangeColor Codes
All color formats for development
HEX
#EB9C2DRGB
rgb(235, 156, 45)HSL
hsl(35, 83%, 55%)OKLCH
oklch(0.754 0.15 69.8)CMYK
cmyk(0%, 34%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E79015
2#CD8013
3#B47011
4#9A600E
5#80500C
6#67400A
7#4D3007
8#332005
9#1A1002
Tints
Lighter variations
1#EDA642
2#EFB057
3#F1BA6C
4#F3C481
5#F5CE96
6#F7D7AB
7#F9E1C0
8#FBEBD5
9#FDF5EA
Tones
Muted variations
1#E29B37
2#D89940
3#CF974A
4#C59653
5#BC945D
6#B29366
7#A99170
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 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CC #F5CC94 | BordersInactive statesPlaceholder text |
| 400 | F0B2 #F0B25C | Disabled statesSecondary iconsMuted text |
| 500 | EB9C #EB9C2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD80 #CD8013 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A366 #A3660F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7549 #75490B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2E #4B2E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1D #2F1D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCF0DE;
--coral-200: #F9E2C2;
--coral-300: #F5CC94;
--coral-400: #F0B25C;
--coral-500: #EB9C2D;
--coral-600: #CD8013;
--coral-700: #A3660F;
--coral-800: #75490B;
--coral-900: #4B2E07;
--coral-950: #2F1D04;
}