Charcoal
#320B47
PurpleColor Codes
All color formats for development
HEX
#320B47RGB
rgb(50, 11, 71)HSL
hsl(279, 73%, 16%)OKLCH
oklch(0.253 0.107 310.5)CMYK
cmyk(30%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0A40
2#280938
3#230831
4#1E072A
5#190623
6#14041C
7#0F0315
8#0A020E
9#050107
Tints
Lighter variations
1#4C116C
2#661791
3#801CB6
4#9A22DB
5#AB46E2
6#BC6BE8
7#CD90EE
8#DEB5F3
9#EEDAF9
Tones
Muted variations
1#310E44
2#301141
3#2F143E
4#2E173B
5#2D1A38
6#2C1D35
7#2B2032
8#2B232F
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 | E5C6 #E5C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D19A #D19AEF | BordersInactive statesPlaceholder text |
| 400 | B965 #B965E7 | Disabled statesSecondary iconsMuted text |
| 500 | A538 #A538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 891E #891EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D18 #6D189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E11 #4E116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 320B #320B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1F07 #1F072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F2FD;
--charcoal-100: #F1E0FA;
--charcoal-200: #E5C6F6;
--charcoal-300: #D19AEF;
--charcoal-400: #B965E7;
--charcoal-500: #A538E0;
--charcoal-600: #891EC2;
--charcoal-700: #6D189A;
--charcoal-800: #4E116E;
--charcoal-900: #320B47;
--charcoal-950: #1F072C;
}