Charcoal
#48092F
PinkColor Codes
All color formats for development
HEX
#48092FRGB
rgb(72, 9, 47)HSL
hsl(324, 78%, 16%)OKLCH
oklch(0.274 0.101 349.1)CMYK
cmyk(0%, 88%, 35%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082A
2#3A0726
3#330621
4#2C051C
5#240418
6#1D0413
7#16030E
8#0F0209
9#070105
Tints
Lighter variations
1#6F0E48
2#951261
3#BB1779
4#E11C92
5#E740A5
6#EC66B7
7#F18DC9
8#F6B3DB
9#FAD9ED
Tones
Muted variations
1#450C2F
2#420F2E
3#3F132D
4#3C162D
5#39192C
6#361C2B
7#321F2B
8#2F222A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF0;
--charcoal-200: #F8C4E3;
--charcoal-300: #F297CD;
--charcoal-400: #EB60B4;
--charcoal-500: #E6339E;
--charcoal-600: #C81982;
--charcoal-700: #9F1467;
--charcoal-800: #710E4A;
--charcoal-900: #49092F;
--charcoal-950: #2D061D;
}