Charcoal
#480A41
PinkColor Codes
All color formats for development
HEX
#480A41RGB
rgb(72, 10, 65)HSL
hsl(307, 76%, 16%)OKLCH
oklch(0.285 0.113 333.3)CMYK
cmyk(0%, 86%, 10%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41093A
2#390834
3#32072D
4#2B0627
5#240520
6#1D041A
7#160313
8#0E020D
9#070106
Tints
Lighter variations
1#6E0F62
2#931484
3#B919A6
4#DF1EC8
5#E543D2
6#EA68DB
7#F08EE4
8#F5B4ED
9#FAD9F6
Tones
Muted variations
1#450D3E
2#42103C
3#3F1339
4#3B1637
5#381935
6#351C32
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 #F7C5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335CF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D158D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A41 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FC;
--charcoal-100: #FBE0F8;
--charcoal-200: #F7C5F1;
--charcoal-300: #F198E7;
--charcoal-400: #EA62DA;
--charcoal-500: #E335CF;
--charcoal-600: #C51BB2;
--charcoal-700: #9D158D;
--charcoal-800: #700F65;
--charcoal-900: #480A41;
--charcoal-950: #2D0628;
}