Charcoal
#460B24
PinkColor Codes
All color formats for development
HEX
#460B24RGB
rgb(70, 11, 36)HSL
hsl(335, 73%, 16%)OKLCH
oklch(0.267 0.091 359.9)CMYK
cmyk(0%, 84%, 49%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A20
2#38091D
3#310819
4#2A0716
5#230612
6#1C040E
7#15030B
8#0E0207
9#070104
Tints
Lighter variations
1#6C1137
2#911749
3#B61C5C
4#DB226F
5#E24687
6#E86B9F
7#EE90B7
8#F3B5CF
9#F9DAE7
Tones
Muted variations
1#440E24
2#411125
3#3E1425
4#3B1726
5#381A26
6#351D27
7#322027
8#2F2328
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659B | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387E | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1138 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F6;
--charcoal-100: #FAE0EB;
--charcoal-200: #F6C6DA;
--charcoal-300: #EF9ABD;
--charcoal-400: #E7659B;
--charcoal-500: #E0387E;
--charcoal-600: #C21E63;
--charcoal-700: #9A184E;
--charcoal-800: #6E1138;
--charcoal-900: #470B24;
--charcoal-950: #2C0716;
}