Charcoal
#4E0337
PinkColor Codes
All color formats for development
HEX
#4E0337RGB
rgb(78, 3, 55)HSL
hsl(318, 93%, 16%)OKLCH
oklch(0.285 0.117 345)CMYK
cmyk(0%, 96%, 29%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470332
2#3F022D
3#370227
4#2F0222
5#27011C
6#1F0116
7#180111
8#10010B
9#080006
Tints
Lighter variations
1#780455
2#A10673
3#CB0790
4#F409AE
5#F830BC
6#F95AC9
7#FB83D7
8#FCACE4
9#FED6F2
Tones
Muted variations
1#4B0736
2#470A35
3#430E33
4#401232
5#3C1630
6#381A2F
7#341D2D
8#30212C
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EDA | BordersInactive statesPlaceholder text |
| 400 | F953 #F953C7 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9089A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC067A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0338 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF0FA;
--charcoal-100: #FEDDF4;
--charcoal-200: #FDBFEA;
--charcoal-300: #FB8EDA;
--charcoal-400: #F953C7;
--charcoal-500: #F722B7;
--charcoal-600: #D9089A;
--charcoal-700: #AC067A;
--charcoal-800: #7B0457;
--charcoal-900: #4F0338;
--charcoal-950: #310223;
}