Charcoal
#470B3B
PinkColor Codes
All color formats for development
HEX
#470B3BRGB
rgb(71, 11, 59)HSL
hsl(312, 73%, 16%)OKLCH
oklch(0.281 0.106 337.6)CMYK
cmyk(0%, 85%, 17%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A35
2#38092F
3#310829
4#2A0723
5#23061D
6#1C0417
7#150312
8#0E020C
9#070106
Tints
Lighter variations
1#6C1159
2#911778
3#B61C97
4#DB22B6
5#E246C3
6#E86BCF
7#EE90DB
8#F3B5E7
9#F9DAF3
Tones
Muted variations
1#440E39
2#411137
3#3E1435
4#3B1734
5#381A32
6#351D30
7#32202E
8#2F232C
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADE | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CD | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115C | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FB;
--charcoal-100: #FAE0F5;
--charcoal-200: #F6C6EC;
--charcoal-300: #EF9ADE;
--charcoal-400: #E765CD;
--charcoal-500: #E038BF;
--charcoal-600: #C21EA1;
--charcoal-700: #9A1880;
--charcoal-800: #6E115C;
--charcoal-900: #470B3B;
--charcoal-950: #2C0725;
}