Charcoal
#49093F
PinkColor Codes
All color formats for development
HEX
#49093FRGB
rgb(73, 9, 63)HSL
hsl(309, 78%, 16%)OKLCH
oklch(0.285 0.113 335.6)CMYK
cmyk(0%, 88%, 14%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410839
2#3A0732
3#33062C
4#2C0526
5#240420
6#1D0419
7#160313
8#0F020D
9#070106
Tints
Lighter variations
1#6F0E60
2#951281
3#BB17A2
4#E11CC4
5#E740CE
6#EC66D8
7#F18DE2
8#F6B3EC
9#FAD9F5
Tones
Muted variations
1#450C3D
2#420F3B
3#3F1338
4#3C1636
5#391934
6#361C32
7#321F2F
8#2F222D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633CB | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F148A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FC;
--charcoal-100: #FBDFF7;
--charcoal-200: #F8C4F0;
--charcoal-300: #F297E4;
--charcoal-400: #EB60D6;
--charcoal-500: #E633CB;
--charcoal-600: #C819AD;
--charcoal-700: #9F148A;
--charcoal-800: #710E63;
--charcoal-900: #49093F;
--charcoal-950: #2D0627;
}