Charcoal
#250B47
PurpleColor Codes
All color formats for development
HEX
#250B47RGB
rgb(37, 11, 71)HSL
hsl(266, 73%, 16%)OKLCH
oklch(0.234 0.103 297.3)CMYK
cmyk(48%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210A40
2#1D0938
3#1A0831
4#16072A
5#120623
6#0F041C
7#0B0315
8#07020E
9#040107
Tints
Lighter variations
1#38116C
2#4B1791
3#5F1CB6
4#7222DB
5#8946E2
6#A16BE8
7#B890EE
8#D0B5F3
9#E7DAF9
Tones
Muted variations
1#250E44
2#261141
3#26143E
4#26173B
5#271A38
6#271D35
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 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF9A #BF9AEF | BordersInactive statesPlaceholder text |
| 400 | 9D65 #9D65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8138 #8138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651E #651EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5118 #51189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A11 #3A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 250B #250B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1707 #17072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #EBE0FA;
--charcoal-200: #DBC6F6;
--charcoal-300: #BF9AEF;
--charcoal-400: #9D65E7;
--charcoal-500: #8138E0;
--charcoal-600: #651EC2;
--charcoal-700: #51189A;
--charcoal-800: #3A116E;
--charcoal-900: #250B47;
--charcoal-950: #17072C;
}