Charcoal
#460B37
PinkColor Codes
All color formats for development
HEX
#460B37RGB
rgb(70, 11, 55)HSL
hsl(315, 73%, 16%)OKLCH
oklch(0.276 0.102 340.4)CMYK
cmyk(0%, 84%, 21%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A32
2#38092D
3#310827
4#2A0721
5#23061C
6#1C0416
7#150311
8#0E020B
9#070106
Tints
Lighter variations
1#6C1155
2#911772
3#B61C8F
4#DB22AD
5#E246BB
6#E86BC9
7#EE90D6
8#F3B5E4
9#F9DAF1
Tones
Muted variations
1#440E36
2#411135
3#3E1433
4#3B1732
5#381A30
6#351D2F
7#32202D
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 #F6C6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADA | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C6 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B38 | 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: #F6C6EA;
--charcoal-300: #EF9ADA;
--charcoal-400: #E765C6;
--charcoal-500: #E038B6;
--charcoal-600: #C21E99;
--charcoal-700: #9A187A;
--charcoal-800: #6E1157;
--charcoal-900: #470B38;
--charcoal-950: #2C0723;
}