Charcoal
#370A48
PurpleColor Codes
All color formats for development
HEX
#370A48RGB
rgb(55, 10, 72)HSL
hsl(284, 76%, 16%)OKLCH
oklch(0.261 0.111 314.5)CMYK
cmyk(24%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320941
2#2C0839
3#270732
4#21062B
5#1C0524
6#16041D
7#110316
8#0B020E
9#060107
Tints
Lighter variations
1#540F6E
2#711493
3#8E19B9
4#AB1EDF
5#BA43E5
6#C868EA
7#D68EF0
8#E3B4F5
9#F1D9FA
Tones
Muted variations
1#360D45
2#341042
3#33133F
4#31163B
5#301938
6#2F1C35
7#2D1F32
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 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D998 #D998F1 | BordersInactive statesPlaceholder text |
| 400 | C562 #C562EA | Disabled statesSecondary iconsMuted text |
| 500 | B535 #B535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 981B #981BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7915 #79159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560F #560F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 370A #370A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF2FD;
--charcoal-100: #F3E0FB;
--charcoal-200: #EAC5F7;
--charcoal-300: #D998F1;
--charcoal-400: #C562EA;
--charcoal-500: #B535E3;
--charcoal-600: #981BC5;
--charcoal-700: #79159D;
--charcoal-800: #560F70;
--charcoal-900: #370A48;
--charcoal-950: #23062D;
}