Charcoal
#1F0A47
PurpleColor Codes
All color formats for development
HEX
#1F0A47RGB
rgb(31, 10, 71)HSL
hsl(261, 75%, 16%)OKLCH
oklch(0.225 0.104 291.3)CMYK
cmyk(56%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0940
2#190839
3#160732
4#13062B
5#100524
6#0D041D
7#090315
8#06020E
9#030107
Tints
Lighter variations
1#30106D
2#411592
3#511AB8
4#6220DD
5#7C44E4
6#9669EA
7#B08FEF
8#CBB4F4
9#E5DAFA
Tones
Muted variations
1#210D44
2#211041
3#22133E
4#23163B
5#241A38
6#251D35
7#262032
8#27232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #E9E0FB;
--charcoal-200: #D6C5F7;
--charcoal-300: #B798F0;
--charcoal-400: #9263E9;
--charcoal-500: #7236E2;
--charcoal-600: #571CC4;
--charcoal-700: #45169C;
--charcoal-800: #311070;
--charcoal-900: #200A47;
--charcoal-950: #14062D;
}