Charcoal
#4B063B
PinkColor Codes
All color formats for development
HEX
#4B063BRGB
rgb(75, 6, 59)HSL
hsl(314, 85%, 16%)OKLCH
oklch(0.284 0.114 340)CMYK
cmyk(0%, 92%, 21%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440635
2#3C052F
3#35042A
4#2D0424
5#26031E
6#1E0218
7#170212
8#0F010C
9#080106
Tints
Lighter variations
1#73095A
2#9B0D7A
3#C21099
4#EA13B8
5#EF39C4
6#F260D0
7#F588DC
8#F9B0E8
9#FCD7F3
Tones
Muted variations
1#480A39
2#450D38
3#411136
4#3E1434
5#3A1732
6#371B30
7#331E2E
8#30222C
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692DF | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ACE | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B063B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FB;
--charcoal-100: #FCDEF5;
--charcoal-200: #FAC2ED;
--charcoal-300: #F692DF;
--charcoal-400: #F25ACE;
--charcoal-500: #EE2BC0;
--charcoal-600: #D011A3;
--charcoal-700: #A50D82;
--charcoal-800: #760A5D;
--charcoal-900: #4B063B;
--charcoal-950: #2F0425;
}