Charcoal
#4E0332
PinkColor Codes
All color formats for development
HEX
#4E0332RGB
rgb(78, 3, 50)HSL
hsl(322, 93%, 16%)OKLCH
oklch(0.283 0.114 349.2)CMYK
cmyk(0%, 96%, 36%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47032E
2#3F0229
3#370224
4#2F021F
5#270119
6#1F0114
7#18010F
8#10010A
9#080005
Tints
Lighter variations
1#78044E
2#A10668
3#CB0783
4#F4099E
5#F830AE
6#F95ABF
7#FB83CF
8#FCACDF
9#FED6EF
Tones
Muted variations
1#4B0732
2#470A31
3#430E30
4#40122F
5#3C162E
6#381A2D
7#341D2C
8#30212B
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED3 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953BC | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9088C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC066F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0450 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0333 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF0F9;
--charcoal-100: #FEDDF2;
--charcoal-200: #FDBFE6;
--charcoal-300: #FB8ED3;
--charcoal-400: #F953BC;
--charcoal-500: #F722A9;
--charcoal-600: #D9088C;
--charcoal-700: #AC066F;
--charcoal-800: #7B0450;
--charcoal-900: #4F0333;
--charcoal-950: #310220;
}