Charcoal
#480A44
PinkColor Codes
All color formats for development
HEX
#480A44RGB
rgb(72, 10, 68)HSL
hsl(304, 76%, 16%)OKLCH
oklch(0.287 0.115 331)CMYK
cmyk(0%, 86%, 6%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41093D
2#390836
3#32072F
4#2B0629
5#240522
6#1D041B
7#160314
8#0E020E
9#070107
Tints
Lighter variations
1#6E0F67
2#93148B
3#B919AE
4#DF1ED2
5#E543DA
6#EA68E2
7#F08EE9
8#F5B4F0
9#FAD9F8
Tones
Muted variations
1#450D41
2#42103E
3#3F133C
4#3B1639
5#381936
6#351C34
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 #FBE0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A44 | 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: #FBE0F9;
--charcoal-200: #F7C5F4;
--charcoal-300: #F198EB;
--charcoal-400: #EA62E1;
--charcoal-500: #E335D8;
--charcoal-600: #C51BBA;
--charcoal-700: #9D1594;
--charcoal-800: #700F6A;
--charcoal-900: #480A44;
--charcoal-950: #2D062A;
}