Charcoal
#230A47
PurpleColor Codes
All color formats for development
HEX
#230A47RGB
rgb(35, 10, 71)HSL
hsl(265, 75%, 16%)OKLCH
oklch(0.23 0.104 295.5)CMYK
cmyk(51%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200940
2#1D0839
3#190732
4#15062B
5#120524
6#0E041D
7#0B0315
8#07020E
9#040107
Tints
Lighter variations
1#36106D
2#491592
3#5C1AB8
4#6F20DD
5#8744E4
6#9F69EA
7#B78FEF
8#CFB4F4
9#E7DAFA
Tones
Muted variations
1#240D44
2#251041
3#25133E
4#26163B
5#261A38
6#271D35
7#272032
8#28232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F0 | BordersInactive statesPlaceholder text |
| 400 | 9B63 #9B63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E36 #7E36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621C #621CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E16 #4E169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3810 #381070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A47 | 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: #F6F2FD;
--charcoal-100: #EBE0FB;
--charcoal-200: #DAC5F7;
--charcoal-300: #BD98F0;
--charcoal-400: #9B63E9;
--charcoal-500: #7E36E2;
--charcoal-600: #621CC4;
--charcoal-700: #4E169C;
--charcoal-800: #381070;
--charcoal-900: #240A47;
--charcoal-950: #16062D;
}