Charcoal
#480941
PinkColor Codes
All color formats for development
HEX
#480941RGB
rgb(72, 9, 65)HSL
hsl(307, 78%, 16%)OKLCH
oklch(0.285 0.114 333.3)CMYK
cmyk(0%, 88%, 10%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41083B
2#3A0734
3#33062E
4#2C0527
5#240421
6#1D041A
7#160314
8#0F020D
9#070107
Tints
Lighter variations
1#6F0E63
2#951286
3#BB17A8
4#E11CCA
5#E740D4
6#EC66DD
7#F18DE5
8#F6B3EE
9#FAD9F6
Tones
Muted variations
1#450C3F
2#420F3C
3#3F133A
4#3C1637
5#391935
6#361C33
7#321F30
8#2F222E
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60DB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F148F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490941 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FC;
--charcoal-100: #FBDFF8;
--charcoal-200: #F8C4F2;
--charcoal-300: #F297E7;
--charcoal-400: #EB60DB;
--charcoal-500: #E633D1;
--charcoal-600: #C819B3;
--charcoal-700: #9F148F;
--charcoal-800: #710E66;
--charcoal-900: #490941;
--charcoal-950: #2D0629;
}