Charcoal
#4B0737
PinkColor Codes
All color formats for development
HEX
#4B0737RGB
rgb(75, 7, 55)HSL
hsl(318, 83%, 16%)OKLCH
oklch(0.283 0.11 343.5)CMYK
cmyk(0%, 91%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430631
2#3C062B
3#340526
4#2D0421
5#25031B
6#1E0316
7#160210
8#0F010B
9#070105
Tints
Lighter variations
1#720B53
2#990E6F
3#C0128C
4#E716A8
5#ED3BB7
6#F062C6
7#F489D4
8#F8B1E2
9#FBD8F1
Tones
Muted variations
1#470A35
2#440E34
3#411132
4#3D1431
5#3A1830
6#361B2E
7#331F2D
8#30222C
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D8 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC3 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0736 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FCDEF3;
--charcoal-200: #F9C2E9;
--charcoal-300: #F594D8;
--charcoal-400: #F05CC3;
--charcoal-500: #EB2DB2;
--charcoal-600: #CD1395;
--charcoal-700: #A30F77;
--charcoal-800: #750B55;
--charcoal-900: #4B0736;
--charcoal-950: #2F0422;
}