Charcoal
#490834
PinkColor Codes
All color formats for development
HEX
#490834RGB
rgb(73, 8, 52)HSL
hsl(319, 80%, 16%)OKLCH
oklch(0.278 0.106 344.9)CMYK
cmyk(0%, 89%, 29%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42072F
2#3B072A
3#330625
4#2C0520
5#25041A
6#1D0315
7#160210
8#0F020B
9#070105
Tints
Lighter variations
1#700C50
2#97116C
3#BD1588
4#E419A4
5#EA3EB3
6#EE65C2
7#F28BD2
8#F6B2E1
9#FBD8F0
Tones
Muted variations
1#460B34
2#430F32
3#401231
4#3C1530
5#39182F
6#361C2E
7#331F2C
8#2F222B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC0 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AE | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490835 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FA;
--charcoal-100: #FBDFF2;
--charcoal-200: #F8C3E8;
--charcoal-300: #F395D6;
--charcoal-400: #ED5EC0;
--charcoal-500: #E830AE;
--charcoal-600: #CA1691;
--charcoal-700: #A11273;
--charcoal-800: #730D52;
--charcoal-900: #490835;
--charcoal-950: #2E0521;
}