Charcoal
#480A35
PinkColor Codes
All color formats for development
HEX
#480A35RGB
rgb(72, 10, 53)HSL
hsl(318, 76%, 16%)OKLCH
oklch(0.278 0.103 343.6)CMYK
cmyk(0%, 86%, 26%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410930
2#39082B
3#320725
4#2B0620
5#24051B
6#1D0415
7#160310
8#0E020B
9#070105
Tints
Lighter variations
1#6E0F51
2#93146D
3#B91989
4#DF1EA5
5#E543B4
6#EA68C3
7#F08ED2
8#F5B4E1
9#FAD9F0
Tones
Muted variations
1#450D34
2#421033
3#3F1331
4#3B1630
5#38192F
6#351C2E
7#321F2D
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D6 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335AF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1574 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A35 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FBE0F3;
--charcoal-200: #F7C5E8;
--charcoal-300: #F198D6;
--charcoal-400: #EA62C1;
--charcoal-500: #E335AF;
--charcoal-600: #C51B92;
--charcoal-700: #9D1574;
--charcoal-800: #700F53;
--charcoal-900: #480A35;
--charcoal-950: #2D0621;
}