Charcoal
#480A38
PinkColor Codes
All color formats for development
HEX
#480A38RGB
rgb(72, 10, 56)HSL
hsl(315, 76%, 16%)OKLCH
oklch(0.28 0.106 340.8)CMYK
cmyk(0%, 86%, 22%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410933
2#39082D
3#320727
4#2B0622
5#24051C
6#1D0417
7#160311
8#0E020B
9#070106
Tints
Lighter variations
1#6E0F56
2#931473
3#B91991
4#DF1EAF
5#E543BD
6#EA68CA
7#F08ED7
8#F5B4E4
9#FAD9F2
Tones
Muted variations
1#450D37
2#421035
3#3F1334
4#3B1632
5#381931
6#351C2F
7#321F2D
8#2F232C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DB | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FBE0F4;
--charcoal-200: #F7C5EA;
--charcoal-300: #F198DB;
--charcoal-400: #EA62C8;
--charcoal-500: #E335B8;
--charcoal-600: #C51B9B;
--charcoal-700: #9D157B;
--charcoal-800: #700F58;
--charcoal-900: #480A38;
--charcoal-950: #2D0623;
}