Charcoal
#290A48
PurpleColor Codes
All color formats for development
HEX
#290A48RGB
rgb(41, 10, 72)HSL
hsl(270, 76%, 16%)OKLCH
oklch(0.239 0.106 301.2)CMYK
cmyk(43%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250941
2#210839
3#1D0732
4#18062B
5#140524
6#10041D
7#0C0316
8#08020E
9#040107
Tints
Lighter variations
1#3E0F6E
2#541493
3#6919B9
4#7E1EDF
5#9443E5
6#A968EA
7#BF8EF0
8#D4B4F5
9#EAD9FA
Tones
Muted variations
1#290D45
2#291042
3#29133F
4#29163B
5#291938
6#291C35
7#291F32
8#29232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #EDE0FB;
--charcoal-200: #DEC5F7;
--charcoal-300: #C498F1;
--charcoal-400: #A662EA;
--charcoal-500: #8C35E3;
--charcoal-600: #701BC5;
--charcoal-700: #59159D;
--charcoal-800: #400F70;
--charcoal-900: #290A48;
--charcoal-950: #1A062D;
}