Charcoal
#350A48
PurpleColor Codes
All color formats for development
HEX
#350A48RGB
rgb(53, 10, 72)HSL
hsl(282, 76%, 16%)OKLCH
oklch(0.258 0.11 312.7)CMYK
cmyk(26%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300941
2#2B0839
3#250732
4#20062B
5#1B0524
6#15041D
7#100316
8#0B020E
9#050107
Tints
Lighter variations
1#510F6E
2#6D1493
3#8919B9
4#A51EDF
5#B443E5
6#C368EA
7#D28EF0
8#E1B4F5
9#F0D9FA
Tones
Muted variations
1#340D45
2#331042
3#31133F
4#30163B
5#2F1938
6#2E1C35
7#2D1F32
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 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C5 #E8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D698 #D698F1 | BordersInactive statesPlaceholder text |
| 400 | C162 #C162EA | Disabled statesSecondary iconsMuted text |
| 500 | AF35 #AF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 921B #921BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7415 #74159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 350A #350A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F3E0FB;
--charcoal-200: #E8C5F7;
--charcoal-300: #D698F1;
--charcoal-400: #C162EA;
--charcoal-500: #AF35E3;
--charcoal-600: #921BC5;
--charcoal-700: #74159D;
--charcoal-800: #530F70;
--charcoal-900: #350A48;
--charcoal-950: #21062D;
}