Charcoal
#470B22
PinkColor Codes
All color formats for development
HEX
#470B22RGB
rgb(71, 11, 34)HSL
hsl(337, 73%, 16%)OKLCH
oklch(0.269 0.091 2.7)CMYK
cmyk(0%, 85%, 52%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A1E
2#38091B
3#310818
4#2A0714
5#230611
6#1C040E
7#15030A
8#0E0207
9#070103
Tints
Lighter variations
1#6C1134
2#911745
3#B61C57
4#DB2269
5#E24682
6#E86B9B
7#EE90B4
8#F3B5CD
9#F9DAE6
Tones
Muted variations
1#440E23
2#411123
3#3E1424
4#3B1725
5#381A25
6#351D26
7#322027
8#2F2327
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABA | BordersInactive statesPlaceholder text |
| 400 | E765 #E76597 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03879 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1135 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B22 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0715 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F6;
--charcoal-100: #FAE0EA;
--charcoal-200: #F6C6D8;
--charcoal-300: #EF9ABA;
--charcoal-400: #E76597;
--charcoal-500: #E03879;
--charcoal-600: #C21E5D;
--charcoal-700: #9A184A;
--charcoal-800: #6E1135;
--charcoal-900: #470B22;
--charcoal-950: #2C0715;
}