Charcoal
#470B35
PinkColor Codes
All color formats for development
HEX
#470B35RGB
rgb(71, 11, 53)HSL
hsl(318, 73%, 16%)OKLCH
oklch(0.277 0.101 343)CMYK
cmyk(0%, 85%, 25%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2F
2#38092A
3#310825
4#2A0720
5#23061A
6#1C0415
7#150310
8#0E020B
9#070105
Tints
Lighter variations
1#6C1150
2#91176C
3#B61C88
4#DB22A3
5#E246B3
6#E86BC2
7#EE90D2
8#F3B5E1
9#F9DAF0
Tones
Muted variations
1#440E34
2#411132
3#3E1431
4#3B1730
5#381A2F
6#351D2E
7#32202C
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD5 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C0 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038AE | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B35 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FAE0F2;
--charcoal-200: #F6C6E8;
--charcoal-300: #EF9AD5;
--charcoal-400: #E765C0;
--charcoal-500: #E038AE;
--charcoal-600: #C21E91;
--charcoal-700: #9A1873;
--charcoal-800: #6E1152;
--charcoal-900: #470B35;
--charcoal-950: #2C0721;
}