Charcoal
#480A31
PinkColor Codes
All color formats for development
HEX
#480A31RGB
rgb(72, 10, 49)HSL
hsl(322, 76%, 16%)OKLCH
oklch(0.276 0.101 347.3)CMYK
cmyk(0%, 86%, 32%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41092C
2#390827
3#320722
4#2B061D
5#240519
6#1D0414
7#16030F
8#0E020A
9#070105
Tints
Lighter variations
1#6E0F4B
2#931465
3#B9197E
4#DF1E98
5#E543AA
6#EA68BB
7#F08ECC
8#F5B4DD
9#FAD9EE
Tones
Muted variations
1#450D30
2#42102F
3#3F132F
4#3B162E
5#38192D
6#351C2C
7#321F2B
8#2F232A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D156B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A31 | 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: #FDF2F9;
--charcoal-100: #FBE0F1;
--charcoal-200: #F7C5E5;
--charcoal-300: #F198D0;
--charcoal-400: #EA62B8;
--charcoal-500: #E335A4;
--charcoal-600: #C51B87;
--charcoal-700: #9D156B;
--charcoal-800: #700F4D;
--charcoal-900: #480A31;
--charcoal-950: #2D061F;
}