Charcoal
#470B32
PinkColor Codes
All color formats for development
HEX
#470B32RGB
rgb(71, 11, 50)HSL
hsl(321, 73%, 16%)OKLCH
oklch(0.276 0.099 345.8)CMYK
cmyk(0%, 85%, 30%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2D
2#380928
3#310823
4#2A071E
5#230619
6#1C0414
7#15030F
8#0E020A
9#070105
Tints
Lighter variations
1#6C114C
2#911766
3#B61C80
4#DB229A
5#E246AB
6#E86BBC
7#EE90CD
8#F3B5DE
9#F9DAEE
Tones
Muted variations
1#440E31
2#411130
3#3E142F
4#3B172E
5#381A2D
6#351D2C
7#32202B
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B9 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B32 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FAE0F1;
--charcoal-200: #F6C6E5;
--charcoal-300: #EF9AD1;
--charcoal-400: #E765B9;
--charcoal-500: #E038A5;
--charcoal-600: #C21E89;
--charcoal-700: #9A186D;
--charcoal-800: #6E114E;
--charcoal-900: #470B32;
--charcoal-950: #2C071F;
}