Charcoal
#4F0332
PinkColor Codes
All color formats for development
HEX
#4F0332RGB
rgb(79, 3, 50)HSL
hsl(323, 93%, 16%)OKLCH
oklch(0.285 0.115 349.8)CMYK
cmyk(0%, 96%, 37%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47032D
2#3F0228
3#370223
4#2F021E
5#270119
6#1F0114
7#18010F
8#10010A
9#080005
Tints
Lighter variations
1#78044C
2#A10666
3#CB0780
4#F4099A
5#F830AB
6#F95ABC
7#FB83CD
8#FCACDD
9#FED6EE
Tones
Muted variations
1#4B0731
2#470A30
3#430E2F
4#40122E
5#3C162D
6#381A2C
7#341D2B
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 #FEDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8ED1 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953B9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC066D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B044E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0332 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF0F9;
--charcoal-100: #FEDDF1;
--charcoal-200: #FDBFE5;
--charcoal-300: #FB8ED1;
--charcoal-400: #F953B9;
--charcoal-500: #F722A5;
--charcoal-600: #D90889;
--charcoal-700: #AC066D;
--charcoal-800: #7B044E;
--charcoal-900: #4F0332;
--charcoal-950: #31021F;
}