Charcoal
#470B25
PinkColor Codes
All color formats for development
HEX
#470B25RGB
rgb(71, 11, 37)HSL
hsl(334, 73%, 16%)OKLCH
oklch(0.27 0.092 359.4)CMYK
cmyk(0%, 85%, 48%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A21
2#38091D
3#31081A
4#2A0716
5#230612
6#1C040F
7#15030B
8#0E0207
9#070104
Tints
Lighter variations
1#6C1138
2#91174B
3#B61C5F
4#DB2272
5#E24689
6#E86BA1
7#EE90B8
8#F3B5D0
9#F9DAE7
Tones
Muted variations
1#440E25
2#411126
3#3E1426
4#3B1726
5#381A27
6#351D27
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 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABF | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659D | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03881 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1851 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B25 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0717 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FAE0EB;
--charcoal-200: #F6C6DB;
--charcoal-300: #EF9ABF;
--charcoal-400: #E7659D;
--charcoal-500: #E03881;
--charcoal-600: #C21E65;
--charcoal-700: #9A1851;
--charcoal-800: #6E113A;
--charcoal-900: #470B25;
--charcoal-950: #2C0717;
}