Charcoal
#470B26
PinkColor Codes
All color formats for development
HEX
#470B26RGB
rgb(71, 11, 38)HSL
hsl(333, 73%, 16%)OKLCH
oklch(0.27 0.093 358.3)CMYK
cmyk(0%, 85%, 46%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A22
2#38091E
3#31081A
4#2A0717
5#230613
6#1C040F
7#15030B
8#0E0208
9#070104
Tints
Lighter variations
1#6C113A
2#91174E
3#B61C61
4#DB2275
5#E2468C
6#E86BA3
7#EE90BA
8#F3B5D1
9#F9DAE8
Tones
Muted variations
1#440E26
2#411126
3#3E1427
4#3B1727
5#381A27
6#351D28
7#322028
8#2F2328
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03884 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1853 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B26 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FAE0EC;
--charcoal-200: #F6C6DB;
--charcoal-300: #EF9AC0;
--charcoal-400: #E7659F;
--charcoal-500: #E03884;
--charcoal-600: #C21E68;
--charcoal-700: #9A1853;
--charcoal-800: #6E113B;
--charcoal-900: #470B26;
--charcoal-950: #2C0718;
}