Charcoal
#2B0B46
PurpleColor Codes
All color formats for development
HEX
#2B0B46RGB
rgb(43, 11, 70)HSL
hsl(273, 73%, 16%)OKLCH
oklch(0.242 0.103 304.2)CMYK
cmyk(39%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270A40
2#230938
3#1F0831
4#1A072A
5#160623
6#12041C
7#0D0315
8#09020E
9#040107
Tints
Lighter variations
1#43116C
2#5A1791
3#711CB6
4#8822DB
5#9C46E2
6#B06BE8
7#C390EE
8#D7B5F3
9#EBDAF9
Tones
Muted variations
1#2B0E44
2#2B1141
3#2B143E
4#2B173B
5#2A1A38
6#2A1D35
7#2A2032
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 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | 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: #E0C6F6;
--charcoal-300: #C99AEF;
--charcoal-400: #AC65E7;
--charcoal-500: #9538E0;
--charcoal-600: #781EC2;
--charcoal-700: #60189A;
--charcoal-800: #44116E;
--charcoal-900: #2C0B47;
--charcoal-950: #1B072C;
}