Charcoal
#460B35
PinkColor Codes
All color formats for development
HEX
#460B35RGB
rgb(70, 11, 53)HSL
hsl(317, 73%, 16%)OKLCH
oklch(0.275 0.101 342.3)CMYK
cmyk(0%, 84%, 24%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A30
2#38092B
3#310826
4#2A0720
5#23061B
6#1C0415
7#150310
8#0E020B
9#070105
Tints
Lighter variations
1#6C1152
2#91176E
3#B61C8A
4#DB22A6
5#E246B6
6#E86BC4
7#EE90D3
8#F3B5E2
9#F9DAF0
Tones
Muted variations
1#440E34
2#411133
3#3E1432
4#3B1731
5#381A2F
6#351D2E
7#32202D
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C2 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1875 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B36 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FAE0F3;
--charcoal-200: #F6C6E8;
--charcoal-300: #EF9AD7;
--charcoal-400: #E765C2;
--charcoal-500: #E038B1;
--charcoal-600: #C21E94;
--charcoal-700: #9A1875;
--charcoal-800: #6E1154;
--charcoal-900: #470B36;
--charcoal-950: #2C0722;
}