Charcoal
#490937
PinkColor Codes
All color formats for development
HEX
#490937RGB
rgb(73, 9, 55)HSL
hsl(317, 78%, 16%)OKLCH
oklch(0.28 0.107 342.3)CMYK
cmyk(0%, 88%, 25%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410831
2#3A072C
3#330626
4#2C0521
5#24041B
6#1D0416
7#160310
8#0F020B
9#070105
Tints
Lighter variations
1#6F0E53
2#951270
3#BB178D
4#E11CA9
5#E740B8
6#EC66C6
7#F18DD4
8#F6B3E3
9#FAD9F1
Tones
Muted variations
1#450C35
2#420F34
3#3F1332
4#3C1631
5#391930
6#361C2E
7#321F2D
8#2F222C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D8 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490937 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FA;
--charcoal-100: #FBDFF3;
--charcoal-200: #F8C4E9;
--charcoal-300: #F297D8;
--charcoal-400: #EB60C4;
--charcoal-500: #E633B3;
--charcoal-600: #C81996;
--charcoal-700: #9F1477;
--charcoal-800: #710E55;
--charcoal-900: #490937;
--charcoal-950: #2D0622;
}