Charcoal
#490928
PinkColor Codes
All color formats for development
HEX
#490928RGB
rgb(73, 9, 40)HSL
hsl(331, 78%, 16%)OKLCH
oklch(0.273 0.098 356.8)CMYK
cmyk(0%, 88%, 45%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410824
2#3A0720
3#33061C
4#2C0518
5#240414
6#1D0410
7#16030C
8#0F0208
9#070104
Tints
Lighter variations
1#6F0E3D
2#951251
3#BB1766
4#E11C7B
5#E74091
6#EC66A7
7#F18DBD
8#F6B3D3
9#FAD9E9
Tones
Muted variations
1#450C28
2#420F28
3#3F1328
4#3C1628
5#391928
6#361C28
7#321F28
8#2F2229
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C3 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A3 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63389 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8196D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1457 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490928 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0619 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F7;
--charcoal-100: #FBDFED;
--charcoal-200: #F8C4DD;
--charcoal-300: #F297C3;
--charcoal-400: #EB60A3;
--charcoal-500: #E63389;
--charcoal-600: #C8196D;
--charcoal-700: #9F1457;
--charcoal-800: #710E3E;
--charcoal-900: #490928;
--charcoal-950: #2D0619;
}