Charcoal
#470A2E
PinkColor Codes
All color formats for development
HEX
#470A2ERGB
rgb(71, 10, 46)HSL
hsl(325, 75%, 16%)OKLCH
oklch(0.273 0.098 349.6)CMYK
cmyk(0%, 86%, 35%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400929
2#390825
3#320720
4#2B061C
5#240517
6#1D0412
7#15030E
8#0E0209
9#070105
Tints
Lighter variations
1#6D1046
2#92155E
3#B81A76
4#DD208E
5#E444A1
6#EA69B4
7#EF8FC7
8#F4B4DA
9#FADAEC
Tones
Muted variations
1#440D2D
2#41102D
3#3E132C
4#3B162C
5#381A2B
6#351D2B
7#32202A
8#2F232A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F8;
--charcoal-100: #FBE0EF;
--charcoal-200: #F7C5E2;
--charcoal-300: #F098CC;
--charcoal-400: #E963B1;
--charcoal-500: #E2369B;
--charcoal-600: #C41C7E;
--charcoal-700: #9C1664;
--charcoal-800: #701048;
--charcoal-900: #470A2E;
--charcoal-950: #2D061D;
}