Charcoal
#4B0634
PinkColor Codes
All color formats for development
HEX
#4B0634RGB
rgb(75, 6, 52)HSL
hsl(320, 85%, 16%)OKLCH
oklch(0.28 0.11 346)CMYK
cmyk(0%, 92%, 31%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44062F
2#3C052A
3#350425
4#2D041F
5#26031A
6#1E0215
7#170210
8#0F010A
9#080105
Tints
Lighter variations
1#730950
2#9B0D6B
3#C21087
4#EA13A2
5#EF39B2
6#F260C2
7#F588D1
8#F9B0E0
9#FCD7F0
Tones
Muted variations
1#480A33
2#450D32
3#411131
4#3E1430
5#3A172F
6#371B2D
7#331E2C
8#30222B
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692D5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ABF | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BAD | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0634 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FCDEF2;
--charcoal-200: #FAC2E7;
--charcoal-300: #F692D5;
--charcoal-400: #F25ABF;
--charcoal-500: #EE2BAD;
--charcoal-600: #D01190;
--charcoal-700: #A50D73;
--charcoal-800: #760A52;
--charcoal-900: #4B0634;
--charcoal-950: #2F0421;
}