Charcoal
#49092A
PinkColor Codes
All color formats for development
HEX
#49092ARGB
rgb(73, 9, 42)HSL
hsl(329, 78%, 16%)OKLCH
oklch(0.274 0.099 354.8)CMYK
cmyk(0%, 88%, 42%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410826
2#3A0721
3#33061D
4#2C0519
5#240415
6#1D0411
7#16030D
8#0F0208
9#070104
Tints
Lighter variations
1#6F0E40
2#951256
3#BB176C
4#E11C82
5#E74097
6#EC66AC
7#F18DC0
8#F6B3D5
9#FAD9EA
Tones
Muted variations
1#450C2A
2#420F2A
3#3F132A
4#3C1629
5#391929
6#361C29
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 #F8C4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6338F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F8;
--charcoal-100: #FBDFEE;
--charcoal-200: #F8C4DF;
--charcoal-300: #F297C6;
--charcoal-400: #EB60A8;
--charcoal-500: #E6338F;
--charcoal-600: #C81973;
--charcoal-700: #9F145C;
--charcoal-800: #710E41;
--charcoal-900: #49092A;
--charcoal-950: #2D061A;
}