Charcoal
#49092B
PinkColor Codes
All color formats for development
HEX
#49092BRGB
rgb(73, 9, 43)HSL
hsl(328, 78%, 16%)OKLCH
oklch(0.275 0.099 353.8)CMYK
cmyk(0%, 88%, 41%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410827
2#3A0722
3#33061E
4#2C051A
5#240415
6#1D0411
7#16030D
8#0F0209
9#070104
Tints
Lighter variations
1#6F0E41
2#951258
3#BB176F
4#E11C85
5#E74099
6#EC66AE
7#F18DC2
8#F6B3D6
9#FAD9EB
Tones
Muted variations
1#450C2B
2#420F2A
3#3F132A
4#3C162A
5#39192A
6#361C2A
7#321F29
8#2F2229
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AA | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63392 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEE;
--charcoal-200: #F8C4E0;
--charcoal-300: #F297C7;
--charcoal-400: #EB60AA;
--charcoal-500: #E63392;
--charcoal-600: #C81976;
--charcoal-700: #9F145E;
--charcoal-800: #710E43;
--charcoal-900: #49092B;
--charcoal-950: #2D061B;
}