Charcoal
#4B073B
PinkColor Codes
All color formats for development
HEX
#4B073BRGB
rgb(75, 7, 59)HSL
hsl(314, 83%, 16%)OKLCH
oklch(0.285 0.113 340.1)CMYK
cmyk(0%, 91%, 21%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430635
2#3C062F
3#340529
4#2D0423
5#25031D
6#1E0318
7#160212
8#0F010C
9#070106
Tints
Lighter variations
1#720B5A
2#990E79
3#C01298
4#E716B6
5#ED3BC3
6#F062CF
7#F489DB
8#F8B1E7
9#FBD8F3
Tones
Muted variations
1#470A39
2#440E37
3#411135
4#3D1434
5#3A1832
6#361B30
7#331F2E
8#30222C
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594DE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CCD | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B073B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FB;
--charcoal-100: #FCDEF5;
--charcoal-200: #F9C2ED;
--charcoal-300: #F594DE;
--charcoal-400: #F05CCD;
--charcoal-500: #EB2DBF;
--charcoal-600: #CD13A2;
--charcoal-700: #A30F81;
--charcoal-800: #750B5C;
--charcoal-900: #4B073B;
--charcoal-950: #2F0425;
}