Coral
#E9962F
OrangeColor Codes
All color formats for development
HEX
#E9962FRGB
rgb(233, 150, 47)HSL
hsl(33, 81%, 55%)OKLCH
oklch(0.741 0.148 66.5)CMYK
cmyk(0%, 36%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E48818
2#CB7915
3#B26A13
4#985B10
5#7F4C0D
6#663D0B
7#4C2D08
8#331E05
9#190F03
Tints
Lighter variations
1#EBA044
2#EEAB59
3#F0B56E
4#F2C082
5#F4CA97
6#F6D5AC
7#F8DFC1
8#FBEAD5
9#FDF4EA
Tones
Muted variations
1#E09539
2#D79442
3#CD934B
4#C49254
5#BB915E
6#B19067
7#A88F70
8#9F8E7A
9#968D83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEF #FCEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E1 #F9E1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4C9 #F4C995 | BordersInactive statesPlaceholder text |
| 400 | EEAD #EEAD5D | Disabled statesSecondary iconsMuted text |
| 500 | E996 #E9962F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB79 #CB7915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A260 #A26011 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7345 #73450C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2C #4A2C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF8F1;
--coral-100: #FCEFDF;
--coral-200: #F9E1C3;
--coral-300: #F4C995;
--coral-400: #EEAD5D;
--coral-500: #E9962F;
--coral-600: #CB7915;
--coral-700: #A26011;
--coral-800: #73450C;
--coral-900: #4A2C08;
--coral-950: #2E1C05;
}