Charcoal
#2B0B47
PurpleColor Codes
All color formats for development
HEX
#2B0B47RGB
rgb(43, 11, 71)HSL
hsl(272, 73%, 16%)OKLCH
oklch(0.242 0.104 303.6)CMYK
cmyk(39%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270A40
2#220938
3#1E0831
4#1A072A
5#150623
6#11041C
7#0D0315
8#09020E
9#040107
Tints
Lighter variations
1#41116C
2#581791
3#6E1CB6
4#8522DB
5#9946E2
6#AD6BE8
7#C290EE
8#D6B5F3
9#EBDAF9
Tones
Muted variations
1#2B0E44
2#2A1141
3#2A143E
4#2A173B
5#2A1A38
6#2A1D35
7#292032
8#29232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9238 #9238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761E #761EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E18 #5E189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4311 #43116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F2FD;
--charcoal-100: #EEE0FA;
--charcoal-200: #DFC6F6;
--charcoal-300: #C79AEF;
--charcoal-400: #AA65E7;
--charcoal-500: #9238E0;
--charcoal-600: #761EC2;
--charcoal-700: #5E189A;
--charcoal-800: #43116E;
--charcoal-900: #2B0B47;
--charcoal-950: #1B072C;
}