Coral
#EB992D
OrangeColor Codes
All color formats for development
HEX
#EB992DRGB
rgb(235, 153, 45)HSL
hsl(34, 83%, 55%)OKLCH
oklch(0.749 0.15 67.9)CMYK
cmyk(0%, 35%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E78C15
2#CD7D13
3#B46D11
4#9A5D0E
5#804E0C
6#673E0A
7#4D2F07
8#331F05
9#1A1002
Tints
Lighter variations
1#EDA342
2#EFAD57
3#F1B86C
4#F3C281
5#F5CC96
6#F7D6AB
7#F9E0C0
8#FBEBD5
9#FDF5EA
Tones
Muted variations
1#E29837
2#D89640
3#CF954A
4#C59453
5#BC935D
6#B29166
7#A99070
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 | FCEF #FCEFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CB #F5CB94 | BordersInactive statesPlaceholder text |
| 400 | F0B0 #F0B05C | Disabled statesSecondary iconsMuted text |
| 500 | EB99 #EB992D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD7D #CD7D13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A363 #A3630F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7547 #75470B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2D #4B2D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1C #2F1C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCEFDE;
--coral-200: #F9E2C2;
--coral-300: #F5CB94;
--coral-400: #F0B05C;
--coral-500: #EB992D;
--coral-600: #CD7D13;
--coral-700: #A3630F;
--coral-800: #75470B;
--coral-900: #4B2D07;
--coral-950: #2F1C04;
}