Charcoal
#260949
PurpleColor Codes
All color formats for development
HEX
#260949RGB
rgb(38, 9, 73)HSL
hsl(267, 78%, 16%)OKLCH
oklch(0.235 0.108 297.8)CMYK
cmyk(48%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220841
2#1E073A
3#1A0633
4#17052C
5#130424
6#0F041D
7#0B0316
8#08020F
9#040107
Tints
Lighter variations
1#390E6F
2#4D1295
3#6117BB
4#751CE1
5#8C40E7
6#A366EC
7#BA8DF1
8#D1B3F6
9#E8D9FA
Tones
Muted variations
1#260C45
2#260F42
3#27133F
4#27163C
5#271939
6#281C36
7#281F32
8#28222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | 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: #F7F1FD;
--charcoal-100: #ECDFFB;
--charcoal-200: #DBC4F8;
--charcoal-300: #C097F2;
--charcoal-400: #9F60EB;
--charcoal-500: #8333E6;
--charcoal-600: #6719C8;
--charcoal-700: #52149F;
--charcoal-800: #3B0E71;
--charcoal-900: #260949;
--charcoal-950: #18062D;
}