Charcoal
#370949
PurpleColor Codes
All color formats for development
HEX
#370949RGB
rgb(55, 9, 73)HSL
hsl(283, 78%, 16%)OKLCH
oklch(0.261 0.113 314)CMYK
cmyk(25%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310841
2#2C073A
3#260633
4#21052C
5#1B0424
6#16041D
7#100316
8#0B020F
9#050107
Tints
Lighter variations
1#530E6F
2#701295
3#8D17BB
4#A91CE1
5#B840E7
6#C666EC
7#D48DF1
8#E3B3F6
9#F1D9FA
Tones
Muted variations
1#350C45
2#340F42
3#32133F
4#31163C
5#301939
6#2E1C36
7#2D1F32
8#2C222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D897 #D897F2 | BordersInactive statesPlaceholder text |
| 400 | C460 #C460EB | Disabled statesSecondary iconsMuted text |
| 500 | B333 #B333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9619 #9619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7714 #77149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550E #550E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | 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: #FAF1FD;
--charcoal-100: #F3DFFB;
--charcoal-200: #E9C4F8;
--charcoal-300: #D897F2;
--charcoal-400: #C460EB;
--charcoal-500: #B333E6;
--charcoal-600: #9619C8;
--charcoal-700: #77149F;
--charcoal-800: #550E71;
--charcoal-900: #370949;
--charcoal-950: #22062D;
}