Charcoal
#260B47
PurpleColor Codes
All color formats for development
HEX
#260B47RGB
rgb(38, 11, 71)HSL
hsl(267, 73%, 16%)OKLCH
oklch(0.235 0.103 298.4)CMYK
cmyk(46%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220A40
2#1E0938
3#1A0831
4#17072A
5#130623
6#0F041C
7#0B0315
8#08020E
9#040107
Tints
Lighter variations
1#3A116C
2#4E1791
3#611CB6
4#7522DB
5#8C46E2
6#A36BE8
7#BA90EE
8#D1B5F3
9#E8DAF9
Tones
Muted variations
1#260E44
2#261141
3#27143E
4#27173B
5#271A38
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 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C09A #C09AEF | BordersInactive statesPlaceholder text |
| 400 | 9F65 #9F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8438 #8438E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681E #681EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5318 #53189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B11 #3B116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 260B #260B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #ECE0FA;
--charcoal-200: #DBC6F6;
--charcoal-300: #C09AEF;
--charcoal-400: #9F65E7;
--charcoal-500: #8438E0;
--charcoal-600: #681EC2;
--charcoal-700: #53189A;
--charcoal-800: #3B116E;
--charcoal-900: #260B47;
--charcoal-950: #18072C;
}