Charcoal
#230948
PurpleColor Codes
All color formats for development
HEX
#230948RGB
rgb(35, 9, 72)HSL
hsl(265, 78%, 16%)OKLCH
oklch(0.23 0.107 295.3)CMYK
cmyk(51%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200841
2#1C073A
3#190633
4#15052C
5#120424
6#0E041D
7#0B0316
8#07020F
9#040107
Tints
Lighter variations
1#360E6F
2#491295
3#5B17BB
4#6E1CE1
5#8640E7
6#9E66EC
7#B68DF1
8#CFB3F6
9#E7D9FA
Tones
Muted variations
1#240C45
2#250F42
3#25133F
4#26163C
5#261939
6#271C36
7#271F32
8#28222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD97 #BD97F2 | BordersInactive statesPlaceholder text |
| 400 | 9A60 #9A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 7D33 #7D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6219 #6219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E14 #4E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370E #370E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F1FD;
--charcoal-100: #EBDFFB;
--charcoal-200: #DAC4F8;
--charcoal-300: #BD97F2;
--charcoal-400: #9A60EB;
--charcoal-500: #7D33E6;
--charcoal-600: #6219C8;
--charcoal-700: #4E149F;
--charcoal-800: #370E71;
--charcoal-900: #230949;
--charcoal-950: #16062D;
}