Charcoal
#4B0739
PinkColor Codes
All color formats for development
HEX
#4B0739RGB
rgb(75, 7, 57)HSL
hsl(316, 83%, 16%)OKLCH
oklch(0.284 0.112 341.8)CMYK
cmyk(0%, 91%, 24%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430633
2#3C062D
3#340528
4#2D0422
5#25031C
6#1E0317
7#160211
8#0F010B
9#070106
Tints
Lighter variations
1#720B56
2#990E74
3#C01292
4#E716AF
5#ED3BBD
6#F062CB
7#F489D8
8#F8B1E5
9#FBD8F2
Tones
Muted variations
1#470A37
2#440E35
3#411134
4#3D1432
5#3A1831
6#361B2F
7#331F2E
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 #FCDEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594DB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC8 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD139C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0739 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FCDEF4;
--charcoal-200: #F9C2EB;
--charcoal-300: #F594DB;
--charcoal-400: #F05CC8;
--charcoal-500: #EB2DB9;
--charcoal-600: #CD139C;
--charcoal-700: #A30F7C;
--charcoal-800: #750B58;
--charcoal-900: #4B0739;
--charcoal-950: #2F0423;
}