Charcoal
#480931
PinkColor Codes
All color formats for development
HEX
#480931RGB
rgb(72, 9, 49)HSL
hsl(322, 78%, 16%)OKLCH
oklch(0.275 0.102 347.2)CMYK
cmyk(0%, 88%, 32%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082C
2#3A0727
3#330623
4#2C051E
5#240419
6#1D0414
7#16030F
8#0F020A
9#070105
Tints
Lighter variations
1#6F0E4B
2#951265
3#BB177F
4#E11C99
5#E740AA
6#EC66BB
7#F18DCC
8#F6B3DD
9#FAD9EE
Tones
Muted variations
1#450C30
2#420F30
3#3F132F
4#3C162E
5#39192D
6#361C2C
7#321F2B
8#2F222A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490931 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF1;
--charcoal-200: #F8C4E5;
--charcoal-300: #F297D1;
--charcoal-400: #EB60B8;
--charcoal-500: #E633A4;
--charcoal-600: #C81988;
--charcoal-700: #9F146C;
--charcoal-800: #710E4D;
--charcoal-900: #490931;
--charcoal-950: #2D061F;
}