Charcoal
#470B42
PinkColor Codes
All color formats for development
HEX
#470B42RGB
rgb(71, 11, 66)HSL
hsl(305, 73%, 16%)OKLCH
oklch(0.285 0.112 331.8)CMYK
cmyk(0%, 85%, 7%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A3B
2#380934
3#31082E
4#2A0727
5#230621
6#1C041A
7#150314
8#0E020D
9#070107
Tints
Lighter variations
1#6C1164
2#911787
3#B61CA9
4#DB22CB
5#E246D5
6#E86BDD
7#EE90E6
8#F3B5EE
9#F9DAF7
Tones
Muted variations
1#440E3F
2#41113D
3#3E143A
4#3B1738
5#381A35
6#351D33
7#322030
8#2F232E
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AE8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765DC | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B42 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FC;
--charcoal-100: #FAE0F8;
--charcoal-200: #F6C6F2;
--charcoal-300: #EF9AE8;
--charcoal-400: #E765DC;
--charcoal-500: #E038D2;
--charcoal-600: #C21EB4;
--charcoal-700: #9A1890;
--charcoal-800: #6E1167;
--charcoal-900: #470B42;
--charcoal-950: #2C0729;
}