Charcoal
#470B2A
PinkColor Codes
All color formats for development
HEX
#470B2ARGB
rgb(71, 11, 42)HSL
hsl(329, 73%, 16%)OKLCH
oklch(0.272 0.095 354)CMYK
cmyk(0%, 85%, 41%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A26
2#380921
3#31081D
4#2A0719
5#230615
6#1C0411
7#15030D
8#0E0208
9#070104
Tints
Lighter variations
1#6C1140
2#911756
3#B61C6C
4#DB2282
5#E24697
6#E86BAB
7#EE90C0
8#F3B5D5
9#F9DAEA
Tones
Muted variations
1#440E2A
2#41112A
3#3E1429
4#3B1729
5#381A29
6#351D29
7#322029
8#2F2329
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC6 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765A8 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0388F | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2A | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F8;
--charcoal-100: #FAE0EE;
--charcoal-200: #F6C6DF;
--charcoal-300: #EF9AC6;
--charcoal-400: #E765A8;
--charcoal-500: #E0388F;
--charcoal-600: #C21E73;
--charcoal-700: #9A185B;
--charcoal-800: #6E1141;
--charcoal-900: #470B2A;
--charcoal-950: #2C071A;
}