Charcoal
#470B33
PinkColor Codes
All color formats for development
HEX
#470B33RGB
rgb(71, 11, 51)HSL
hsl(320, 73%, 16%)OKLCH
oklch(0.276 0.1 344.9)CMYK
cmyk(0%, 85%, 28%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2E
2#380929
3#310824
4#2A071E
5#230619
6#1C0414
7#15030F
8#0E020A
9#070105
Tints
Lighter variations
1#6C114D
2#911768
3#B61C83
4#DB229D
5#E246AE
6#E86BBE
7#EE90CE
8#F3B5DF
9#F9DAEF
Tones
Muted variations
1#440E32
2#411131
3#3E1430
4#3B172F
5#381A2E
6#351D2D
7#32202C
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD3 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765BB | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114F | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B33 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FAE0F1;
--charcoal-200: #F6C6E6;
--charcoal-300: #EF9AD3;
--charcoal-400: #E765BB;
--charcoal-500: #E038A8;
--charcoal-600: #C21E8C;
--charcoal-700: #9A186F;
--charcoal-800: #6E114F;
--charcoal-900: #470B33;
--charcoal-950: #2C0720;
}