Charcoal
#4D053A
PinkColor Codes
All color formats for development
HEX
#4D053ARGB
rgb(77, 5, 58)HSL
hsl(316, 88%, 16%)OKLCH
oklch(0.287 0.116 342.1)CMYK
cmyk(0%, 94%, 25%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450434
2#3D042E
3#360328
4#2E0323
5#26021D
6#1F0217
7#170111
8#0F010C
9#080006
Tints
Lighter variations
1#750758
2#9D0A76
3#C60D94
4#EE0FB2
5#F236C0
6#F55ECD
7#F786D9
8#FAAEE6
9#FCD7F2
Tones
Muted variations
1#490838
2#460C36
3#421035
4#3E1333
5#3B1731
6#371A30
7#341E2E
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 | FDDD #FDDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891DC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457CA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127BB | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78085A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FDDDF4;
--charcoal-200: #FBC1EB;
--charcoal-300: #F891DC;
--charcoal-400: #F457CA;
--charcoal-500: #F127BB;
--charcoal-600: #D30D9E;
--charcoal-700: #A80B7E;
--charcoal-800: #78085A;
--charcoal-900: #4D053A;
--charcoal-950: #300324;
}