Charcoal
#200B46
PurpleColor Codes
All color formats for development
HEX
#200B46RGB
rgb(32, 11, 70)HSL
hsl(261, 73%, 16%)OKLCH
oklch(0.227 0.102 292.5)CMYK
cmyk(54%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0A40
2#190938
3#160831
4#13072A
5#100623
6#0D041C
7#0A0315
8#06020E
9#030107
Tints
Lighter variations
1#31116C
2#411791
3#521CB6
4#6322DB
5#7C46E2
6#976BE8
7#B190EE
8#CBB5F3
9#E5DAF9
Tones
Muted variations
1#210E44
2#221141
3#23143E
4#23173B
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 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #E9E0FA;
--charcoal-200: #D7C6F6;
--charcoal-300: #B89AEF;
--charcoal-400: #9265E7;
--charcoal-500: #7338E0;
--charcoal-600: #581EC2;
--charcoal-700: #46189A;
--charcoal-800: #32116E;
--charcoal-900: #200B47;
--charcoal-950: #14072C;
}