Charcoal
#470B21
PinkColor Codes
All color formats for development
HEX
#470B21RGB
rgb(71, 11, 33)HSL
hsl(338, 73%, 16%)OKLCH
oklch(0.268 0.091 3.8)CMYK
cmyk(0%, 85%, 54%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A1E
2#38091A
3#310817
4#2A0714
5#230610
6#1C040D
7#15030A
8#0E0207
9#070103
Tints
Lighter variations
1#6C1132
2#911743
3#B61C55
4#DB2266
5#E2467F
6#E86B99
7#EE90B2
8#F3B5CC
9#F9DAE5
Tones
Muted variations
1#440E22
2#411122
3#3E1423
4#3B1724
5#381A25
6#351D26
7#322026
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 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76594 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03876 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1848 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B21 | 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: #F6C6D7;
--charcoal-300: #EF9AB9;
--charcoal-400: #E76594;
--charcoal-500: #E03876;
--charcoal-600: #C21E5A;
--charcoal-700: #9A1848;
--charcoal-800: #6E1133;
--charcoal-900: #470B21;
--charcoal-950: #2C0715;
}