Charcoal
#350B47
PurpleColor Codes
All color formats for development
HEX
#350B47RGB
rgb(53, 11, 71)HSL
hsl(282, 73%, 16%)OKLCH
oklch(0.258 0.108 313.3)CMYK
cmyk(25%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0A40
2#2A0938
3#250831
4#20072A
5#1A0623
6#15041C
7#100315
8#0B020E
9#050107
Tints
Lighter variations
1#50116C
2#6C1791
3#881CB6
4#A322DB
5#B346E2
6#C26BE8
7#D290EE
8#E1B5F3
9#F0DAF9
Tones
Muted variations
1#340E44
2#321141
3#31143E
4#30173B
5#2F1A38
6#2E1D35
7#2C2032
8#2B232F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D59A #D59AEF | BordersInactive statesPlaceholder text |
| 400 | C065 #C065E7 | Disabled statesSecondary iconsMuted text |
| 500 | AE38 #AE38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 911E #911EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7318 #73189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5211 #52116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 350B #350B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2107 #21072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F2E0FA;
--charcoal-200: #E8C6F6;
--charcoal-300: #D59AEF;
--charcoal-400: #C065E7;
--charcoal-500: #AE38E0;
--charcoal-600: #911EC2;
--charcoal-700: #73189A;
--charcoal-800: #52116E;
--charcoal-900: #350B47;
--charcoal-950: #21072C;
}