Charcoal
#490837
PinkColor Codes
All color formats for development
HEX
#490837RGB
rgb(73, 8, 55)HSL
hsl(317, 80%, 16%)OKLCH
oklch(0.28 0.108 342.2)CMYK
cmyk(0%, 89%, 25%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420731
2#3B072C
3#330626
4#2C0521
5#25041B
6#1D0316
7#160210
8#0F020B
9#070105
Tints
Lighter variations
1#700C54
2#971171
3#BD158D
4#E419AA
5#EA3EB9
6#EE65C7
7#F28BD5
8#F6B2E3
9#FBD8F1
Tones
Muted variations
1#460B36
2#430F34
3#401233
4#3C1531
5#391830
6#361C2E
7#331F2D
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 | F8C3 #F8C3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1697 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490837 | 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: #F8C3E9;
--charcoal-300: #F395D9;
--charcoal-400: #ED5EC5;
--charcoal-500: #E830B4;
--charcoal-600: #CA1697;
--charcoal-700: #A11278;
--charcoal-800: #730D56;
--charcoal-900: #490837;
--charcoal-950: #2E0522;
}