Charcoal
#300B47
PurpleColor Codes
All color formats for development
HEX
#300B47RGB
rgb(48, 11, 71)HSL
hsl(277, 73%, 16%)OKLCH
oklch(0.25 0.106 308.5)CMYK
cmyk(32%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0A40
2#260938
3#210831
4#1D072A
5#180623
6#13041C
7#0E0315
8#0A020E
9#050107
Tints
Lighter variations
1#49116C
2#621791
3#7B1CB6
4#9422DB
5#A646E2
6#B86BE8
7#CA90EE
8#DBB5F3
9#EDDAF9
Tones
Muted variations
1#2F0E44
2#2E1141
3#2E143E
4#2D173B
5#2C1A38
6#2C1D35
7#2B2032
8#2A232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE9A #CE9AEF | BordersInactive statesPlaceholder text |
| 400 | B565 #B565E7 | Disabled statesSecondary iconsMuted text |
| 500 | A038 #A038E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 831E #831EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6818 #68189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B11 #4B116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 300B #300B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1E07 #1E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F2FD;
--charcoal-100: #F0E0FA;
--charcoal-200: #E3C6F6;
--charcoal-300: #CE9AEF;
--charcoal-400: #B565E7;
--charcoal-500: #A038E0;
--charcoal-600: #831EC2;
--charcoal-700: #68189A;
--charcoal-800: #4B116E;
--charcoal-900: #300B47;
--charcoal-950: #1E072C;
}