Charcoal
#360A48
PurpleColor Codes
All color formats for development
HEX
#360A48RGB
rgb(54, 10, 72)HSL
hsl(283, 76%, 16%)OKLCH
oklch(0.259 0.11 313.6)CMYK
cmyk(25%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310941
2#2B0839
3#260732
4#21062B
5#1B0524
6#16041D
7#100316
8#0B020E
9#050107
Tints
Lighter variations
1#530F6E
2#6F1493
3#8C19B9
4#A81EDF
5#B743E5
6#C668EA
7#D48EF0
8#E2B4F5
9#F1D9FA
Tones
Muted variations
1#350D45
2#341042
3#32133F
4#31163B
5#301938
6#2E1C35
7#2D1F32
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 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C5 #E9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D898 #D898F1 | BordersInactive statesPlaceholder text |
| 400 | C362 #C362EA | Disabled statesSecondary iconsMuted text |
| 500 | B235 #B235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 951B #951BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7715 #77159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550F #550F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 360A #360A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F3E0FB;
--charcoal-200: #E9C5F7;
--charcoal-300: #D898F1;
--charcoal-400: #C362EA;
--charcoal-500: #B235E3;
--charcoal-600: #951BC5;
--charcoal-700: #77159D;
--charcoal-800: #550F70;
--charcoal-900: #360A48;
--charcoal-950: #22062D;
}