Charcoal
#480A3F
PinkColor Codes
All color formats for development
HEX
#480A3FRGB
rgb(72, 10, 63)HSL
hsl(309, 76%, 16%)OKLCH
oklch(0.284 0.111 334.9)CMYK
cmyk(0%, 86%, 12%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410938
2#390832
3#32072C
4#2B0626
5#24051F
6#1D0419
7#160313
8#0E020D
9#070106
Tints
Lighter variations
1#6E0F5F
2#931480
3#B919A1
4#DF1EC2
5#E543CD
6#EA68D7
7#F08EE1
8#F5B4EB
9#FAD9F5
Tones
Muted variations
1#450D3C
2#42103A
3#3F1338
4#3B1636
5#381934
6#351C31
7#321F2F
8#2F232D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FB;
--charcoal-100: #FBE0F7;
--charcoal-200: #F7C5EF;
--charcoal-300: #F198E4;
--charcoal-400: #EA62D5;
--charcoal-500: #E335C9;
--charcoal-600: #C51BAC;
--charcoal-700: #9D1589;
--charcoal-800: #700F62;
--charcoal-900: #480A3F;
--charcoal-950: #2D0627;
}