Charcoal
#230949
PurpleColor Codes
All color formats for development
HEX
#230949RGB
rgb(35, 9, 73)HSL
hsl(264, 78%, 16%)OKLCH
oklch(0.231 0.108 294.7)CMYK
cmyk(52%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0841
2#1C073A
3#180633
4#15052C
5#110424
6#0E041D
7#0A0316
8#07020F
9#030107
Tints
Lighter variations
1#350E6F
2#471295
3#5917BB
4#6B1CE1
5#8340E7
6#9C66EC
7#B58DF1
8#CDB3F6
9#E6D9FA
Tones
Muted variations
1#230C45
2#240F42
3#24133F
4#25163C
5#261939
6#261C36
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 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | 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: #EADFFB;
--charcoal-200: #D9C4F8;
--charcoal-300: #BB97F2;
--charcoal-400: #9860EB;
--charcoal-500: #7A33E6;
--charcoal-600: #5F19C8;
--charcoal-700: #4B149F;
--charcoal-800: #360E71;
--charcoal-900: #220949;
--charcoal-950: #16062D;
}