Charcoal
#460B38
PinkColor Codes
All color formats for development
HEX
#460B38RGB
rgb(70, 11, 56)HSL
hsl(314, 73%, 16%)OKLCH
oklch(0.277 0.103 339.5)CMYK
cmyk(0%, 84%, 20%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A33
2#38092D
3#310828
4#2A0722
5#23061C
6#1C0417
7#150311
8#0E020B
9#070106
Tints
Lighter variations
1#6C1156
2#911774
3#B61C92
4#DB22B0
5#E246BE
6#E86BCB
7#EE90D8
8#F3B5E5
9#F9DAF2
Tones
Muted variations
1#440E37
2#411136
3#3E1434
4#3B1732
5#381A31
6#351D2F
7#32202E
8#2F232C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADB | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C8 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B39 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FAE0F4;
--charcoal-200: #F6C6EB;
--charcoal-300: #EF9ADB;
--charcoal-400: #E765C8;
--charcoal-500: #E038B9;
--charcoal-600: #C21E9C;
--charcoal-700: #9A187C;
--charcoal-800: #6E1159;
--charcoal-900: #470B39;
--charcoal-950: #2C0723;
}