Charcoal
#480A33
PinkColor Codes
All color formats for development
HEX
#480A33RGB
rgb(72, 10, 51)HSL
hsl(320, 76%, 16%)OKLCH
oklch(0.277 0.102 345.4)CMYK
cmyk(0%, 86%, 29%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41092E
2#390829
3#320724
4#2B061F
5#24051A
6#1D0414
7#16030F
8#0E020A
9#070105
Tints
Lighter variations
1#6E0F4E
2#931469
3#B91984
4#DF1E9F
5#E543AF
6#EA68BF
7#F08ECF
8#F5B4DF
9#FAD9EF
Tones
Muted variations
1#450D32
2#421031
3#3F1330
4#3B162F
5#38192E
6#351C2D
7#321F2C
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D3 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62BC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FBE0F2;
--charcoal-200: #F7C5E6;
--charcoal-300: #F198D3;
--charcoal-400: #EA62BC;
--charcoal-500: #E335A9;
--charcoal-600: #C51B8D;
--charcoal-700: #9D1570;
--charcoal-800: #700F50;
--charcoal-900: #480A33;
--charcoal-950: #2D0620;
}