Charcoal
#360B47
PurpleColor Codes
All color formats for development
HEX
#360B47RGB
rgb(54, 11, 71)HSL
hsl(283, 73%, 16%)OKLCH
oklch(0.259 0.108 314.2)CMYK
cmyk(24%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300A40
2#2B0938
3#260831
4#20072A
5#1B0623
6#15041C
7#100315
8#0B020E
9#050107
Tints
Lighter variations
1#52116C
2#6E1791
3#8A1CB6
4#A622DB
5#B646E2
6#C46BE8
7#D390EE
8#E2B5F3
9#F0DAF9
Tones
Muted variations
1#340E44
2#331141
3#32143E
4#31173B
5#2F1A38
6#2E1D35
7#2D2032
8#2B232F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D79A #D79AEF | BordersInactive statesPlaceholder text |
| 400 | C265 #C265E7 | Disabled statesSecondary iconsMuted text |
| 500 | B138 #B138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 941E #941EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7518 #75189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5411 #54116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 360B #360B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F3E0FA;
--charcoal-200: #E8C6F6;
--charcoal-300: #D79AEF;
--charcoal-400: #C265E7;
--charcoal-500: #B138E0;
--charcoal-600: #941EC2;
--charcoal-700: #75189A;
--charcoal-800: #54116E;
--charcoal-900: #360B47;
--charcoal-950: #22072C;
}