Charcoal
#470A25
PinkColor Codes
All color formats for development
HEX
#470A25RGB
rgb(71, 10, 37)HSL
hsl(333, 75%, 16%)OKLCH
oklch(0.269 0.093 359.1)CMYK
cmyk(0%, 86%, 48%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400922
2#39081E
3#32071A
4#2B0617
5#240513
6#1D040F
7#15030B
8#0E0208
9#070104
Tints
Lighter variations
1#6D103A
2#92154D
3#B81A61
4#DD2075
5#E4448C
6#EA69A3
7#EF8FBA
8#F4B4D1
9#FADAE8
Tones
Muted variations
1#440D26
2#411026
3#3E1327
4#3B1627
5#381A27
6#351D28
7#322028
8#2F2328
9#2C2628
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 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23684 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A26 | 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: #F7C5DB;
--charcoal-300: #F098C0;
--charcoal-400: #E9639F;
--charcoal-500: #E23684;
--charcoal-600: #C41C68;
--charcoal-700: #9C1653;
--charcoal-800: #70103B;
--charcoal-900: #470A26;
--charcoal-950: #2D0618;
}