Charcoal
#470B3C
PinkColor Codes
All color formats for development
HEX
#470B3CRGB
rgb(71, 11, 60)HSL
hsl(311, 73%, 16%)OKLCH
oklch(0.281 0.107 336.7)CMYK
cmyk(0%, 85%, 15%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A36
2#380930
3#31082A
4#2A0724
5#23061E
6#1C0418
7#150312
8#0E020C
9#070106
Tints
Lighter variations
1#6C115B
2#91177A
3#B61C9A
4#DB22B9
5#E246C5
6#E86BD1
7#EE90DC
8#F3B5E8
9#F9DAF3
Tones
Muted variations
1#440E3A
2#411138
3#3E1436
4#3B1734
5#381A32
6#351D30
7#32202E
8#2F232D
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 #F6C6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CF | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3C | 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: #F6C6ED;
--charcoal-300: #EF9ADF;
--charcoal-400: #E765CF;
--charcoal-500: #E038C1;
--charcoal-600: #C21EA4;
--charcoal-700: #9A1883;
--charcoal-800: #6E115D;
--charcoal-900: #470B3C;
--charcoal-950: #2C0725;
}