Charcoal
#1B0B46
PurpleColor Codes
All color formats for development
HEX
#1B0B46RGB
rgb(27, 11, 70)HSL
hsl(256, 73%, 16%)OKLCH
oklch(0.221 0.102 287.2)CMYK
cmyk(61%, 84%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180A40
2#160938
3#130831
4#10072A
5#0D0623
6#0B041C
7#080315
8#05020E
9#030107
Tints
Lighter variations
1#29116C
2#371791
3#451CB6
4#5322DB
5#6F46E2
6#8C6BE8
7#A990EE
8#C6B5F3
9#E2DAF9
Tones
Muted variations
1#1C0E44
2#1E1141
3#1F143E
4#20173B
5#221A38
6#231D35
7#252032
8#26232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B09A #B09AEF | BordersInactive statesPlaceholder text |
| 400 | 8765 #8765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 6538 #6538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A1E #4A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B18 #3B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A11 #2A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F2FD;
--charcoal-100: #E7E0FA;
--charcoal-200: #D3C6F6;
--charcoal-300: #B09AEF;
--charcoal-400: #8765E7;
--charcoal-500: #6538E0;
--charcoal-600: #4A1EC2;
--charcoal-700: #3B189A;
--charcoal-800: #2A116E;
--charcoal-900: #1B0B47;
--charcoal-950: #11072C;
}