Charcoal
#480A40
PinkColor Codes
All color formats for development
HEX
#480A40RGB
rgb(72, 10, 64)HSL
hsl(308, 76%, 16%)OKLCH
oklch(0.285 0.112 334.1)CMYK
cmyk(0%, 86%, 11%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410939
2#390833
3#32072C
4#2B0626
5#240520
6#1D0419
7#160313
8#0E020D
9#070106
Tints
Lighter variations
1#6E0F61
2#931482
3#B919A4
4#DF1EC5
5#E543D0
6#EA68D9
7#F08EE3
8#F5B4EC
9#FAD9F6
Tones
Muted variations
1#450D3D
2#42103B
3#3F1339
4#3B1636
5#381934
6#351C32
7#321F30
8#2F232D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D7 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335CC | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D158B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A40 | 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: #FBE0F7;
--charcoal-200: #F7C5F0;
--charcoal-300: #F198E5;
--charcoal-400: #EA62D7;
--charcoal-500: #E335CC;
--charcoal-600: #C51BAF;
--charcoal-700: #9D158B;
--charcoal-800: #700F63;
--charcoal-900: #480A40;
--charcoal-950: #2D0628;
}