Charcoal
#460B46
PinkColor Codes
All color formats for development
HEX
#460B46RGB
rgb(70, 11, 70)HSL
hsl(300, 73%, 16%)OKLCH
oklch(0.286 0.115 328.1)CMYK
cmyk(0%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A40
2#380938
3#310831
4#2A072A
5#230623
6#1C041C
7#150315
8#0E020E
9#070107
Tints
Lighter variations
1#6C116C
2#911791
3#B61CB6
4#DB22DB
5#E246E2
6#E86BE8
7#EE90EE
8#F3B5F3
9#F9DAF9
Tones
Muted variations
1#440E44
2#411141
3#3E143E
4#3B173B
5#381A38
6#351D35
7#322032
8#2F232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AEF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765E7 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FD;
--charcoal-100: #FAE0FA;
--charcoal-200: #F6C6F6;
--charcoal-300: #EF9AEF;
--charcoal-400: #E765E7;
--charcoal-500: #E038E0;
--charcoal-600: #C21EC2;
--charcoal-700: #9A189A;
--charcoal-800: #6E116E;
--charcoal-900: #470B47;
--charcoal-950: #2C072C;
}