Charcoal
#350949
PurpleColor Codes
All color formats for development
HEX
#350949RGB
rgb(53, 9, 73)HSL
hsl(281, 78%, 16%)OKLCH
oklch(0.258 0.112 312.2)CMYK
cmyk(27%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0841
2#2A073A
3#250633
4#1F052C
5#1A0424
6#15041D
7#100316
8#0A020F
9#050107
Tints
Lighter variations
1#500E6F
2#6C1295
3#8717BB
4#A31CE1
5#B340E7
6#C266EC
7#D18DF1
8#E0B3F6
9#F0D9FA
Tones
Muted variations
1#330C45
2#320F42
3#31133F
4#30163C
5#2F1939
6#2D1C36
7#2C1F32
8#2B222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | 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: #FAF1FD;
--charcoal-100: #F2DFFB;
--charcoal-200: #E7C4F8;
--charcoal-300: #D597F2;
--charcoal-400: #BF60EB;
--charcoal-500: #AD33E6;
--charcoal-600: #9019C8;
--charcoal-700: #73149F;
--charcoal-800: #520E71;
--charcoal-900: #340949;
--charcoal-950: #21062D;
}