Charcoal
#470B37
PinkColor Codes
All color formats for development
HEX
#470B37RGB
rgb(71, 11, 55)HSL
hsl(316, 73%, 16%)OKLCH
oklch(0.278 0.103 341.1)CMYK
cmyk(0%, 85%, 23%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A31
2#38092C
3#310826
4#2A0721
5#23061B
6#1C0416
7#150310
8#0E020B
9#070105
Tints
Lighter variations
1#6C1153
2#911770
3#B61C8D
4#DB22AA
5#E246B8
6#E86BC7
7#EE90D5
8#F3B5E3
9#F9DAF1
Tones
Muted variations
1#440E35
2#411134
3#3E1433
4#3B1731
5#381A30
6#351D2E
7#32202D
8#2F232C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C4 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1878 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B37 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FAE0F3;
--charcoal-200: #F6C6E9;
--charcoal-300: #EF9AD8;
--charcoal-400: #E765C4;
--charcoal-500: #E038B3;
--charcoal-600: #C21E96;
--charcoal-700: #9A1878;
--charcoal-800: #6E1155;
--charcoal-900: #470B37;
--charcoal-950: #2C0722;
}