Charcoal
#480A42
PinkColor Codes
All color formats for development
HEX
#480A42RGB
rgb(72, 10, 66)HSL
hsl(306, 76%, 16%)OKLCH
oklch(0.286 0.113 332.6)CMYK
cmyk(0%, 86%, 8%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41093B
2#390834
3#32072E
4#2B0627
5#240521
6#1D041A
7#160314
8#0E020D
9#070107
Tints
Lighter variations
1#6E0F64
2#931486
3#B919A9
4#DF1ECB
5#E543D5
6#EA68DD
7#F08EE6
8#F5B4EE
9#FAD9F7
Tones
Muted variations
1#450D3F
2#42103D
3#3F133A
4#3B1638
5#381935
6#351C33
7#321F30
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 #F7C5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FC;
--charcoal-100: #FBE0F8;
--charcoal-200: #F7C5F2;
--charcoal-300: #F198E8;
--charcoal-400: #EA62DC;
--charcoal-500: #E335D2;
--charcoal-600: #C51BB4;
--charcoal-700: #9D1590;
--charcoal-800: #700F67;
--charcoal-900: #480A42;
--charcoal-950: #2D0629;
}