Charcoal
#4D0434
PinkColor Codes
All color formats for development
HEX
#4D0434RGB
rgb(77, 4, 52)HSL
hsl(321, 90%, 16%)OKLCH
oklch(0.283 0.113 347)CMYK
cmyk(0%, 95%, 32%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46042F
2#3E0329
3#360324
4#2F021F
5#27021A
6#1F0215
7#170110
8#10010A
9#080005
Tints
Lighter variations
1#76064F
2#9F086A
3#C80B85
4#F00DA1
5#F434B1
6#F65CC0
7#F985D0
8#FBAEE0
9#FDD6EF
Tones
Muted variations
1#4A0833
2#460B32
3#430F31
4#3F132F
5#3B162E
6#371A2D
7#341E2C
8#30212B
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990D4 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655BE | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425AB | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790651 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0434 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF0F9;
--charcoal-100: #FDDDF2;
--charcoal-200: #FCC0E7;
--charcoal-300: #F990D4;
--charcoal-400: #F655BE;
--charcoal-500: #F425AB;
--charcoal-600: #D50B8E;
--charcoal-700: #AA0971;
--charcoal-800: #790651;
--charcoal-900: #4E0434;
--charcoal-950: #300320;
}