Charcoal
#370B47
PurpleColor Codes
All color formats for development
HEX
#370B47RGB
rgb(55, 11, 71)HSL
hsl(284, 73%, 16%)OKLCH
oklch(0.261 0.108 315.1)CMYK
cmyk(23%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310A40
2#2C0938
3#260831
4#21072A
5#1B0623
6#16041C
7#100315
8#0B020E
9#050107
Tints
Lighter variations
1#53116C
2#701791
3#8D1CB6
4#AA22DB
5#B846E2
6#C76BE8
7#D590EE
8#E3B5F3
9#F1DAF9
Tones
Muted variations
1#350E44
2#341141
3#33143E
4#31173B
5#301A38
6#2E1D35
7#2D2032
8#2C232F
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 | E9C6 #E9C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D89A #D89AEF | BordersInactive statesPlaceholder text |
| 400 | C465 #C465E7 | Disabled statesSecondary iconsMuted text |
| 500 | B338 #B338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 961E #961EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7818 #78189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5511 #55116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 370B #370B47 | 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: #E9C6F6;
--charcoal-300: #D89AEF;
--charcoal-400: #C465E7;
--charcoal-500: #B338E0;
--charcoal-600: #961EC2;
--charcoal-700: #78189A;
--charcoal-800: #55116E;
--charcoal-900: #370B47;
--charcoal-950: #22072C;
}