Charcoal
#480A2B
PinkColor Codes
All color formats for development
HEX
#480A2BRGB
rgb(72, 10, 43)HSL
hsl(328, 76%, 16%)OKLCH
oklch(0.273 0.097 353.4)CMYK
cmyk(0%, 86%, 40%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410927
2#390822
3#32071E
4#2B061A
5#240515
6#1D0411
7#16030D
8#0E0209
9#070104
Tints
Lighter variations
1#6E0F41
2#931458
3#B9196E
4#DF1E85
5#E54399
6#EA68AE
7#F08EC2
8#F5B4D6
9#FAD9EB
Tones
Muted variations
1#450D2B
2#42102A
3#3F132A
4#3B162A
5#38192A
6#351C2A
7#321F29
8#2F2329
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33592 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F8;
--charcoal-100: #FBE0EE;
--charcoal-200: #F7C5E0;
--charcoal-300: #F198C7;
--charcoal-400: #EA62AA;
--charcoal-500: #E33592;
--charcoal-600: #C51B76;
--charcoal-700: #9D155E;
--charcoal-800: #700F43;
--charcoal-900: #480A2B;
--charcoal-950: #2D061B;
}