Charcoal
#300949
PurpleColor Codes
All color formats for development
HEX
#300949RGB
rgb(48, 9, 73)HSL
hsl(277, 78%, 16%)OKLCH
oklch(0.25 0.11 307.6)CMYK
cmyk(34%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0841
2#27073A
3#220633
4#1D052C
5#180424
6#13041D
7#0E0316
8#0A020F
9#050107
Tints
Lighter variations
1#4A0E6F
2#631295
3#7C17BB
4#951CE1
5#A740E7
6#B966EC
7#CA8DF1
8#DCB3F6
9#EDD9FA
Tones
Muted variations
1#2F0C45
2#2F0F42
3#2E133F
4#2D163C
5#2D1939
6#2C1C36
7#2B1F32
8#2A222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F0DFFB;
--charcoal-200: #E4C4F8;
--charcoal-300: #CF97F2;
--charcoal-400: #B660EB;
--charcoal-500: #A133E6;
--charcoal-600: #8519C8;
--charcoal-700: #69149F;
--charcoal-800: #4B0E71;
--charcoal-900: #300949;
--charcoal-950: #1E062D;
}