Charcoal
#49093B
PinkColor Codes
All color formats for development
HEX
#49093BRGB
rgb(73, 9, 59)HSL
hsl(313, 78%, 16%)OKLCH
oklch(0.283 0.11 338.9)CMYK
cmyk(0%, 88%, 19%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410835
2#3A072F
3#330629
4#2C0523
5#24041D
6#1D0418
7#160312
8#0F020C
9#070106
Tints
Lighter variations
1#6F0E5A
2#951279
3#BB1797
4#E11CB6
5#E740C3
6#EC66CF
7#F18DDB
8#F6B3E7
9#FAD9F3
Tones
Muted variations
1#450C39
2#420F37
3#3F1335
4#3C1634
5#391932
6#361C30
7#321F2E
8#2F222C
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60CD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF5;
--charcoal-200: #F8C4ED;
--charcoal-300: #F297DE;
--charcoal-400: #EB60CD;
--charcoal-500: #E633BF;
--charcoal-600: #C819A2;
--charcoal-700: #9F1481;
--charcoal-800: #710E5C;
--charcoal-900: #49093B;
--charcoal-950: #2D0625;
}