Charcoal
#470A26
PinkColor Codes
All color formats for development
HEX
#470A26RGB
rgb(71, 10, 38)HSL
hsl(332, 75%, 16%)OKLCH
oklch(0.269 0.094 358)CMYK
cmyk(0%, 86%, 46%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400923
2#39081F
3#32071B
4#2B0617
5#240513
6#1D0410
7#15030C
8#0E0208
9#070104
Tints
Lighter variations
1#6D103B
2#92154F
3#B81A64
4#DD2078
5#E4448F
6#EA69A5
7#EF8FBC
8#F4B4D2
9#FADAE9
Tones
Muted variations
1#440D27
2#411027
3#3E1327
4#3B1628
5#381A28
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 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C1 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23687 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A27 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0EC;
--charcoal-200: #F7C5DC;
--charcoal-300: #F098C1;
--charcoal-400: #E963A1;
--charcoal-500: #E23687;
--charcoal-600: #C41C6B;
--charcoal-700: #9C1655;
--charcoal-800: #70103D;
--charcoal-900: #470A27;
--charcoal-950: #2D0618;
}