Charcoal
#480A43
PinkColor Codes
All color formats for development
HEX
#480A43RGB
rgb(72, 10, 67)HSL
hsl(305, 76%, 16%)OKLCH
oklch(0.287 0.114 331.8)CMYK
cmyk(0%, 86%, 7%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41093C
2#390835
3#32072F
4#2B0628
5#240521
6#1D041B
7#160314
8#0E020D
9#070107
Tints
Lighter variations
1#6E0F66
2#931489
3#B919AC
4#DF1ECF
5#E543D8
6#EA68E0
7#F08EE7
8#F5B4EF
9#FAD9F7
Tones
Muted variations
1#450D40
2#42103D
3#3F133B
4#3B1638
5#381936
6#351C33
7#321F31
8#2F232E
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E9 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DE | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A43 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FC;
--charcoal-100: #FBE0F8;
--charcoal-200: #F7C5F3;
--charcoal-300: #F198E9;
--charcoal-400: #EA62DE;
--charcoal-500: #E335D5;
--charcoal-600: #C51BB7;
--charcoal-700: #9D1592;
--charcoal-800: #700F68;
--charcoal-900: #480A43;
--charcoal-950: #2D062A;
}