Charcoal
#370948
PurpleColor Codes
All color formats for development
HEX
#370948RGB
rgb(55, 9, 72)HSL
hsl(284, 78%, 16%)OKLCH
oklch(0.26 0.112 314.7)CMYK
cmyk(24%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320841
2#2D073A
3#270633
4#21052C
5#1C0424
6#16041D
7#110316
8#0B020F
9#060107
Tints
Lighter variations
1#550E6F
2#721295
3#8F17BB
4#AD1CE1
5#BB40E7
6#C966EC
7#D68DF1
8#E4B3F6
9#F1D9FA
Tones
Muted variations
1#360C45
2#350F42
3#33133F
4#32163C
5#301939
6#2F1C36
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 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | 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: #FAF1FD;
--charcoal-100: #F4DFFB;
--charcoal-200: #EAC4F8;
--charcoal-300: #DA97F2;
--charcoal-400: #C660EB;
--charcoal-500: #B633E6;
--charcoal-600: #9919C8;
--charcoal-700: #7A149F;
--charcoal-800: #570E71;
--charcoal-900: #380949;
--charcoal-950: #23062D;
}