Charcoal
#250A48
PurpleColor Codes
All color formats for development
HEX
#250A48RGB
rgb(37, 10, 72)HSL
hsl(266, 76%, 16%)OKLCH
oklch(0.234 0.106 297.1)CMYK
cmyk(49%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210941
2#1D0839
3#1A0732
4#16062B
5#120524
6#0F041D
7#0B0316
8#07020E
9#040107
Tints
Lighter variations
1#380F6E
2#4B1493
3#5E19B9
4#721EDF
5#8943E5
6#A168EA
7#B88EF0
8#D0B4F5
9#E7D9FA
Tones
Muted variations
1#250D45
2#251042
3#26133F
4#26163B
5#271938
6#271C35
7#281F32
8#28232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F1 | BordersInactive statesPlaceholder text |
| 400 | 9D62 #9D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8135 #8135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651B #651BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5015 #50159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390F #390F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #EBE0FB;
--charcoal-200: #DAC5F7;
--charcoal-300: #BE98F1;
--charcoal-400: #9D62EA;
--charcoal-500: #8135E3;
--charcoal-600: #651BC5;
--charcoal-700: #50159D;
--charcoal-800: #390F70;
--charcoal-900: #250A48;
--charcoal-950: #17062D;
}