Charcoal
#480A3A
PinkColor Codes
All color formats for development
HEX
#480A3ARGB
rgb(72, 10, 58)HSL
hsl(314, 76%, 16%)OKLCH
oklch(0.281 0.107 339.1)CMYK
cmyk(0%, 86%, 19%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410934
2#39082E
3#320728
4#2B0622
5#24051D
6#1D0417
7#160311
8#0E020B
9#070106
Tints
Lighter variations
1#6E0F57
2#931476
3#B91994
4#DF1EB2
5#E543BF
6#EA68CC
7#F08ED9
8#F5B4E6
9#FAD9F2
Tones
Muted variations
1#450D38
2#421036
3#3F1334
4#3B1633
5#381931
6#351C2F
7#321F2E
8#2F232C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BB | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A39 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FBE0F4;
--charcoal-200: #F7C5EB;
--charcoal-300: #F198DC;
--charcoal-400: #EA62CA;
--charcoal-500: #E335BB;
--charcoal-600: #C51B9E;
--charcoal-700: #9D157D;
--charcoal-800: #700F5A;
--charcoal-900: #480A39;
--charcoal-950: #2D0624;
}