Charcoal
#48093B
PinkColor Codes
All color formats for development
HEX
#48093BRGB
rgb(72, 9, 59)HSL
hsl(312, 78%, 16%)OKLCH
oklch(0.281 0.109 338.2)CMYK
cmyk(0%, 88%, 18%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410836
2#3A0730
3#33062A
4#2C0524
5#24041E
6#1D0418
7#160312
8#0F020C
9#070106
Tints
Lighter variations
1#6F0E5B
2#95127B
3#BB179A
4#E11CBA
5#E740C6
6#EC66D1
7#F18DDD
8#F6B3E8
9#FAD9F4
Tones
Muted variations
1#450C3A
2#420F38
3#3F1336
4#3C1634
5#391932
6#361C30
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 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D0 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF6;
--charcoal-200: #F8C4ED;
--charcoal-300: #F297E0;
--charcoal-400: #EB60D0;
--charcoal-500: #E633C2;
--charcoal-600: #C819A5;
--charcoal-700: #9F1483;
--charcoal-800: #710E5E;
--charcoal-900: #49093C;
--charcoal-950: #2D0625;
}