Charcoal
#2F0948
PurpleColor Codes
All color formats for development
HEX
#2F0948RGB
rgb(47, 9, 72)HSL
hsl(276, 78%, 16%)OKLCH
oklch(0.247 0.109 307.3)CMYK
cmyk(35%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0841
2#26073A
3#210633
4#1C052C
5#180424
6#13041D
7#0E0316
8#09020F
9#050107
Tints
Lighter variations
1#480E6F
2#611295
3#7917BB
4#921CE1
5#A540E7
6#B766EC
7#C98DF1
8#DBB3F6
9#EDD9FA
Tones
Muted variations
1#2F0C45
2#2E0F42
3#2D133F
4#2D163C
5#2C1939
6#2B1C36
7#2B1F32
8#2A222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B460 #B460EB | Disabled statesSecondary iconsMuted text |
| 500 | 9E33 #9E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8219 #8219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6714 #67149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0E #4A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F0DFFB;
--charcoal-200: #E3C4F8;
--charcoal-300: #CD97F2;
--charcoal-400: #B460EB;
--charcoal-500: #9E33E6;
--charcoal-600: #8219C8;
--charcoal-700: #67149F;
--charcoal-800: #4A0E71;
--charcoal-900: #2F0949;
--charcoal-950: #1D062D;
}