Charcoal
#460B2B
PinkColor Codes
All color formats for development
HEX
#460B2BRGB
rgb(70, 11, 43)HSL
hsl(327, 73%, 16%)OKLCH
oklch(0.27 0.094 352.3)CMYK
cmyk(0%, 84%, 39%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A27
2#380923
3#31081F
4#2A071A
5#230616
6#1C0412
7#15030D
8#0E0209
9#070104
Tints
Lighter variations
1#6C1143
2#91175A
3#B61C71
4#DB2288
5#E2469C
6#E86BB0
7#EE90C3
8#F3B5D7
9#F9DAEB
Tones
Muted variations
1#440E2B
2#41112B
3#3E142B
4#3B172B
5#381A2A
6#351D2A
7#32202A
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 #F6C6E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AC | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03895 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1860 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1144 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2C | 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: #F6C6E0;
--charcoal-300: #EF9AC9;
--charcoal-400: #E765AC;
--charcoal-500: #E03895;
--charcoal-600: #C21E78;
--charcoal-700: #9A1860;
--charcoal-800: #6E1144;
--charcoal-900: #470B2C;
--charcoal-950: #2C071B;
}