Charcoal
#2C0A48
PurpleColor Codes
All color formats for development
HEX
#2C0A48RGB
rgb(44, 10, 72)HSL
hsl(273, 76%, 16%)OKLCH
oklch(0.244 0.107 304.2)CMYK
cmyk(39%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280941
2#230839
3#1F0732
4#1A062B
5#160524
6#12041D
7#0D0316
8#09020E
9#040107
Tints
Lighter variations
1#430F6E
2#5A1493
3#7119B9
4#881EDF
5#9C43E5
6#B068EA
7#C48EF0
8#D7B4F5
9#EBD9FA
Tones
Muted variations
1#2C0D45
2#2B1042
3#2B133F
4#2B163B
5#2A1938
6#2A1C35
7#2A1F32
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 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F2FD;
--charcoal-100: #EFE0FB;
--charcoal-200: #E0C5F7;
--charcoal-300: #C998F1;
--charcoal-400: #AD62EA;
--charcoal-500: #9535E3;
--charcoal-600: #791BC5;
--charcoal-700: #60159D;
--charcoal-800: #450F70;
--charcoal-900: #2C0A48;
--charcoal-950: #1B062D;
}