Charcoal
#490835
PinkColor Codes
All color formats for development
HEX
#490835RGB
rgb(73, 8, 53)HSL
hsl(318, 80%, 16%)OKLCH
oklch(0.279 0.106 344)CMYK
cmyk(0%, 89%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420730
2#3B072B
3#330626
4#2C0520
5#25041B
6#1D0316
7#160210
8#0F020B
9#070105
Tints
Lighter variations
1#700C52
2#97116E
3#BD158B
4#E419A7
5#EA3EB6
6#EE65C5
7#F28BD3
8#F6B2E2
9#FBD8F0
Tones
Muted variations
1#460B35
2#430F33
3#401232
4#3C1531
5#39182F
6#361C2E
7#331F2D
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 #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1694 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490836 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FA;
--charcoal-100: #FBDFF3;
--charcoal-200: #F8C3E8;
--charcoal-300: #F395D7;
--charcoal-400: #ED5EC2;
--charcoal-500: #E830B1;
--charcoal-600: #CA1694;
--charcoal-700: #A11276;
--charcoal-800: #730D54;
--charcoal-900: #490836;
--charcoal-950: #2E0522;
}