Charcoal
#250A47
PurpleColor Codes
All color formats for development
HEX
#250A47RGB
rgb(37, 10, 71)HSL
hsl(267, 75%, 16%)OKLCH
oklch(0.233 0.105 297.6)CMYK
cmyk(48%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220940
2#1E0839
3#1A0732
4#17062B
5#130524
6#0F041D
7#0B0315
8#08020E
9#040107
Tints
Lighter variations
1#3A106D
2#4D1592
3#611AB8
4#7520DD
5#8C44E4
6#A369EA
7#BA8FEF
8#D1B4F4
9#E8DAFA
Tones
Muted variations
1#260D44
2#261041
3#27133E
4#27163B
5#271A38
6#281D35
7#282032
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 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | 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: #F7F2FD;
--charcoal-100: #ECE0FB;
--charcoal-200: #DBC5F7;
--charcoal-300: #C098F0;
--charcoal-400: #9F63E9;
--charcoal-500: #8436E2;
--charcoal-600: #681CC4;
--charcoal-700: #53169C;
--charcoal-800: #3B1070;
--charcoal-900: #260A47;
--charcoal-950: #18062D;
}