Charcoal
#49093D
PinkColor Codes
All color formats for development
HEX
#49093DRGB
rgb(73, 9, 61)HSL
hsl(311, 78%, 16%)OKLCH
oklch(0.284 0.111 337.2)CMYK
cmyk(0%, 88%, 16%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410837
2#3A0731
3#33062B
4#2C0525
5#24041E
6#1D0418
7#160312
8#0F020C
9#070106
Tints
Lighter variations
1#6F0E5D
2#95127D
3#BB179D
4#E11CBD
5#E740C9
6#EC66D4
7#F18DDE
8#F6B3E9
9#FAD9F4
Tones
Muted variations
1#450C3B
2#420F39
3#3F1337
4#3C1635
5#391933
6#361C31
7#321F2F
8#2F222D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1485 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF6;
--charcoal-200: #F8C4EE;
--charcoal-300: #F297E1;
--charcoal-400: #EB60D2;
--charcoal-500: #E633C5;
--charcoal-600: #C819A8;
--charcoal-700: #9F1485;
--charcoal-800: #710E5F;
--charcoal-900: #49093D;
--charcoal-950: #2D0626;
}