Charcoal
#4B0736
PinkColor Codes
All color formats for development
HEX
#4B0736RGB
rgb(75, 7, 54)HSL
hsl(319, 83%, 16%)OKLCH
oklch(0.282 0.11 344.4)CMYK
cmyk(0%, 91%, 28%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430630
2#3C062B
3#340525
4#2D0420
5#25031B
6#1E0315
7#160210
8#0F010B
9#070105
Tints
Lighter variations
1#720B51
2#990E6D
3#C01289
4#E716A5
5#ED3BB4
6#F062C3
7#F489D2
8#F8B1E1
9#FBD8F0
Tones
Muted variations
1#470A34
2#440E33
3#411131
4#3D1430
5#3A182F
6#361B2E
7#331F2D
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 #FCDEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D6 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC1 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DAF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1392 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0735 | 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: #FCDEF3;
--charcoal-200: #F9C2E8;
--charcoal-300: #F594D6;
--charcoal-400: #F05CC1;
--charcoal-500: #EB2DAF;
--charcoal-600: #CD1392;
--charcoal-700: #A30F74;
--charcoal-800: #750B53;
--charcoal-900: #4B0735;
--charcoal-950: #2F0421;
}