Charcoal
#200949
PurpleColor Codes
All color formats for development
HEX
#200949RGB
rgb(32, 9, 73)HSL
hsl(262, 78%, 16%)OKLCH
oklch(0.227 0.108 291.6)CMYK
cmyk(56%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0841
2#1A073A
3#170633
4#13052C
5#100424
6#0D041D
7#0A0316
8#06020F
9#030107
Tints
Lighter variations
1#310E6F
2#421295
3#5317BB
4#641CE1
5#7E40E7
6#9766EC
7#B18DF1
8#CBB3F6
9#E5D9FA
Tones
Muted variations
1#210C45
2#220F42
3#23133F
4#24163C
5#251939
6#251C36
7#261F32
8#27222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F1FD;
--charcoal-100: #E9DFFB;
--charcoal-200: #D7C4F8;
--charcoal-300: #B897F2;
--charcoal-400: #9360EB;
--charcoal-500: #7433E6;
--charcoal-600: #5919C8;
--charcoal-700: #47149F;
--charcoal-800: #320E71;
--charcoal-900: #200949;
--charcoal-950: #14062D;
}