Charcoal
#49083B
PinkColor Codes
All color formats for development
HEX
#49083BRGB
rgb(73, 8, 59)HSL
hsl(313, 80%, 16%)OKLCH
oklch(0.282 0.111 338.8)CMYK
cmyk(0%, 89%, 19%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420735
2#3B072F
3#33062A
4#2C0524
5#25041E
6#1D0318
7#160212
8#0F020C
9#070106
Tints
Lighter variations
1#700C5A
2#97117A
3#BD1599
4#E419B8
5#EA3EC4
6#EE65D0
7#F28BDC
8#F6B2E8
9#FBD8F3
Tones
Muted variations
1#460B39
2#430F38
3#401236
4#3C1534
5#391832
6#361C30
7#331F2E
8#2F222C
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ECE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FB;
--charcoal-100: #FBDFF5;
--charcoal-200: #F8C3ED;
--charcoal-300: #F395DF;
--charcoal-400: #ED5ECE;
--charcoal-500: #E830C0;
--charcoal-600: #CA16A3;
--charcoal-700: #A11282;
--charcoal-800: #730D5D;
--charcoal-900: #49083B;
--charcoal-950: #2E0525;
}