Charcoal
#300A48
PurpleColor Codes
All color formats for development
HEX
#300A48RGB
rgb(48, 10, 72)HSL
hsl(277, 76%, 16%)OKLCH
oklch(0.25 0.108 308.1)CMYK
cmyk(33%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0941
2#260839
3#220732
4#1D062B
5#180524
6#13041D
7#0E0316
8#0A020E
9#050107
Tints
Lighter variations
1#490F6E
2#621493
3#7C19B9
4#951EDF
5#A743E5
6#B968EA
7#CA8EF0
8#DCB4F5
9#EDD9FA
Tones
Muted variations
1#2F0D45
2#2F1042
3#2E133F
4#2D163B
5#2C1938
6#2C1C35
7#2B1F32
8#2A232F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C5 #E4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF98 #CF98F1 | BordersInactive statesPlaceholder text |
| 400 | B662 #B662EA | Disabled statesSecondary iconsMuted text |
| 500 | A135 #A135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 841B #841BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6915 #69159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0F #4B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 300A #300A48 | 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: #F9F2FD;
--charcoal-100: #F0E0FB;
--charcoal-200: #E4C5F7;
--charcoal-300: #CF98F1;
--charcoal-400: #B662EA;
--charcoal-500: #A135E3;
--charcoal-600: #841BC5;
--charcoal-700: #69159D;
--charcoal-800: #4B0F70;
--charcoal-900: #300A48;
--charcoal-950: #1E062D;
}