Charcoal
#480A32
PinkColor Codes
All color formats for development
HEX
#480A32RGB
rgb(72, 10, 50)HSL
hsl(321, 76%, 16%)OKLCH
oklch(0.277 0.101 346.4)CMYK
cmyk(0%, 86%, 31%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41092D
2#390828
3#320723
4#2B061E
5#240519
6#1D0414
7#16030F
8#0E020A
9#070105
Tints
Lighter variations
1#6E0F4C
2#931467
3#B91981
4#DF1E9B
5#E543AC
6#EA68BD
7#F08ECD
8#F5B4DE
9#FAD9EE
Tones
Muted variations
1#450D31
2#421030
3#3F132F
4#3B162E
5#38192D
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 #FBE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D2 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62BA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D156E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A32 | 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: #F198D2;
--charcoal-400: #EA62BA;
--charcoal-500: #E335A6;
--charcoal-600: #C51B8A;
--charcoal-700: #9D156E;
--charcoal-800: #700F4E;
--charcoal-900: #480A32;
--charcoal-950: #2D061F;
}