Charcoal
#4B0632
PinkColor Codes
All color formats for development
HEX
#4B0632RGB
rgb(75, 6, 50)HSL
hsl(322, 85%, 16%)OKLCH
oklch(0.279 0.108 347.8)CMYK
cmyk(0%, 92%, 33%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44062D
2#3C0528
3#350423
4#2D041E
5#260319
6#1E0214
7#17020F
8#0F010A
9#080105
Tints
Lighter variations
1#73094C
2#9B0D67
3#C21081
4#EA139B
5#EF39AC
6#F260BD
7#F588CD
8#F9B0DE
9#FCD7EE
Tones
Muted variations
1#480A31
2#450D30
3#41112F
4#3E142E
5#3A172D
6#371B2C
7#331E2C
8#30222B
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692D2 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ABA | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0118A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0632 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1F9;
--charcoal-100: #FCDEF1;
--charcoal-200: #FAC2E5;
--charcoal-300: #F692D2;
--charcoal-400: #F25ABA;
--charcoal-500: #EE2BA6;
--charcoal-600: #D0118A;
--charcoal-700: #A50D6D;
--charcoal-800: #760A4E;
--charcoal-900: #4B0632;
--charcoal-950: #2F041F;
}