Charcoal
#470B2B
PinkColor Codes
All color formats for development
HEX
#470B2BRGB
rgb(71, 11, 43)HSL
hsl(328, 73%, 16%)OKLCH
oklch(0.272 0.095 352.9)CMYK
cmyk(0%, 85%, 39%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A27
2#380922
3#31081E
4#2A071A
5#230615
6#1C0411
7#15030D
8#0E0209
9#070104
Tints
Lighter variations
1#6C1141
2#911758
3#B61C6E
4#DB2285
5#E24699
6#E86BAD
7#EE90C2
8#F3B5D6
9#F9DAEB
Tones
Muted variations
1#440E2B
2#41112A
3#3E142A
4#3B172A
5#381A2A
6#351D2A
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 #EF9AC7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AA | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03892 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | 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: #EF9AC7;
--charcoal-400: #E765AA;
--charcoal-500: #E03892;
--charcoal-600: #C21E76;
--charcoal-700: #9A185E;
--charcoal-800: #6E1143;
--charcoal-900: #470B2B;
--charcoal-950: #2C071B;
}