Charcoal
#300B46
PurpleColor Codes
All color formats for development
HEX
#300B46RGB
rgb(48, 11, 70)HSL
hsl(278, 73%, 16%)OKLCH
oklch(0.249 0.105 309.2)CMYK
cmyk(31%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0A40
2#270938
3#220831
4#1D072A
5#180623
6#13041C
7#0F0315
8#0A020E
9#050107
Tints
Lighter variations
1#4A116C
2#641791
3#7E1CB6
4#9722DB
5#A946E2
6#BA6BE8
7#CB90EE
8#DCB5F3
9#EEDAF9
Tones
Muted variations
1#300E44
2#2F1141
3#2E143E
4#2E173B
5#2D1A38
6#2C1D35
7#2B2032
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 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C6 #E4C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D09A #D09AEF | BordersInactive statesPlaceholder text |
| 400 | B765 #B765E7 | Disabled statesSecondary iconsMuted text |
| 500 | A338 #A338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 861E #861EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B18 #6B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C11 #4C116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 310B #310B47 | 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: #F1E0FA;
--charcoal-200: #E4C6F6;
--charcoal-300: #D09AEF;
--charcoal-400: #B765E7;
--charcoal-500: #A338E0;
--charcoal-600: #861EC2;
--charcoal-700: #6B189A;
--charcoal-800: #4C116E;
--charcoal-900: #310B47;
--charcoal-950: #1E072C;
}