Charcoal
#4B0631
PinkColor Codes
All color formats for development
HEX
#4B0631RGB
rgb(75, 6, 49)HSL
hsl(323, 85%, 16%)OKLCH
oklch(0.279 0.108 348.7)CMYK
cmyk(0%, 92%, 35%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44062C
2#3C0527
3#350422
4#2D041D
5#260318
6#1E0214
7#17020F
8#0F010A
9#080105
Tints
Lighter variations
1#73094B
2#9B0D64
3#C2107E
4#EA1398
5#EF39A9
6#F260BA
7#F588CB
8#F9B0DD
9#FCD7EE
Tones
Muted variations
1#480A30
2#450D2F
3#41112E
4#3E142E
5#3A172D
6#371B2C
7#331E2B
8#30222A
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 #FAC2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692D0 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AB7 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0631 | 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: #FAC2E4;
--charcoal-300: #F692D0;
--charcoal-400: #F25AB7;
--charcoal-500: #EE2BA3;
--charcoal-600: #D01186;
--charcoal-700: #A50D6B;
--charcoal-800: #760A4C;
--charcoal-900: #4B0631;
--charcoal-950: #2F041F;
}