Charcoal
#250949
PurpleColor Codes
All color formats for development
HEX
#250949RGB
rgb(37, 9, 73)HSL
hsl(266, 78%, 16%)OKLCH
oklch(0.234 0.108 296.8)CMYK
cmyk(49%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210841
2#1D073A
3#1A0633
4#16052C
5#120424
6#0F041D
7#0B0316
8#07020F
9#040107
Tints
Lighter variations
1#380E6F
2#4B1295
3#5E17BB
4#711CE1
5#8940E7
6#A066EC
7#B88DF1
8#D0B3F6
9#E7D9FA
Tones
Muted variations
1#250C45
2#250F42
3#26133F
4#26163C
5#271939
6#271C36
7#281F32
8#28222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | 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: #F7F1FD;
--charcoal-100: #EBDFFB;
--charcoal-200: #DAC4F8;
--charcoal-300: #BE97F2;
--charcoal-400: #9C60EB;
--charcoal-500: #8033E6;
--charcoal-600: #6519C8;
--charcoal-700: #50149F;
--charcoal-800: #390E71;
--charcoal-900: #250949;
--charcoal-950: #17062D;
}