Charcoal
#26064B
PurpleColor Codes
All color formats for development
HEX
#26064BRGB
rgb(38, 6, 75)HSL
hsl(268, 85%, 16%)OKLCH
oklch(0.234 0.114 297.4)CMYK
cmyk(49%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230644
2#1F053C
3#1B0435
4#17042D
5#130326
6#0F021E
7#0C0217
8#08010F
9#040108
Tints
Lighter variations
1#3B0973
2#4F0D9B
3#6310C2
4#7713EA
5#8E39EF
6#A460F2
7#BB88F5
8#D2B0F9
9#E8D7FC
Tones
Muted variations
1#270A48
2#270D45
3#271141
4#27143E
5#28173A
6#281B37
7#281E33
8#282230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C192 #C192F6 | BordersInactive statesPlaceholder text |
| 400 | A15A #A15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 862B #862BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A11 #6A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540D #540DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0A #3C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2606 #26064B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FE;
--charcoal-100: #ECDEFC;
--charcoal-200: #DCC2FA;
--charcoal-300: #C192F6;
--charcoal-400: #A15AF2;
--charcoal-500: #862BEE;
--charcoal-600: #6A11D0;
--charcoal-700: #540DA5;
--charcoal-800: #3C0A76;
--charcoal-900: #26064B;
--charcoal-950: #18042F;
}