Charcoal
#470B2F
PinkColor Codes
All color formats for development
HEX
#470B2FRGB
rgb(71, 11, 47)HSL
hsl(324, 73%, 16%)OKLCH
oklch(0.274 0.097 348.8)CMYK
cmyk(0%, 85%, 34%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A2A
2#380925
3#310821
4#2A071C
5#230617
6#1C0413
7#15030E
8#0E0209
9#070105
Tints
Lighter variations
1#6C1147
2#911760
3#B61C78
4#DB2291
5#E246A4
6#E86BB6
7#EE90C8
8#F3B5DA
9#F9DAED
Tones
Muted variations
1#440E2E
2#41112E
3#3E142D
4#3B172C
5#381A2C
6#351D2B
7#32202B
8#2F232A
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACD | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B3 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0389D | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2F | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F8;
--charcoal-100: #FAE0F0;
--charcoal-200: #F6C6E3;
--charcoal-300: #EF9ACD;
--charcoal-400: #E765B3;
--charcoal-500: #E0389D;
--charcoal-600: #C21E81;
--charcoal-700: #9A1866;
--charcoal-800: #6E1149;
--charcoal-900: #470B2F;
--charcoal-950: #2C071D;
}