Charcoal
#260A47
PurpleColor Codes
All color formats for development
HEX
#260A47RGB
rgb(38, 10, 71)HSL
hsl(268, 75%, 16%)OKLCH
oklch(0.234 0.105 298.7)CMYK
cmyk(46%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230940
2#1F0839
3#1B0732
4#17062B
5#130524
6#10041D
7#0C0315
8#08020E
9#040107
Tints
Lighter variations
1#3B106D
2#4F1592
3#641AB8
4#7820DD
5#8F44E4
6#A569EA
7#BC8FEF
8#D2B4F4
9#E9DAFA
Tones
Muted variations
1#270D44
2#271041
3#27133E
4#28163B
5#281A38
6#281D35
7#282032
8#28232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F0 | BordersInactive statesPlaceholder text |
| 400 | A163 #A163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8736 #8736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1C #6B1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5516 #55169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D10 #3D1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #ECE0FB;
--charcoal-200: #DCC5F7;
--charcoal-300: #C198F0;
--charcoal-400: #A163E9;
--charcoal-500: #8736E2;
--charcoal-600: #6B1CC4;
--charcoal-700: #55169C;
--charcoal-800: #3D1070;
--charcoal-900: #270A47;
--charcoal-950: #18062D;
}