Charcoal
#270B47
PurpleColor Codes
All color formats for development
HEX
#270B47RGB
rgb(39, 11, 71)HSL
hsl(268, 73%, 16%)OKLCH
oklch(0.237 0.104 299.4)CMYK
cmyk(45%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230A40
2#1F0938
3#1B0831
4#17072A
5#130623
6#10041C
7#0C0315
8#08020E
9#040107
Tints
Lighter variations
1#3B116C
2#501791
3#641CB6
4#7822DB
5#8F46E2
6#A56BE8
7#BC90EE
8#D2B5F3
9#E9DAF9
Tones
Muted variations
1#270E44
2#271141
3#27143E
4#28173B
5#281A38
6#281D35
7#282032
8#28232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC6 #DCC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C19A #C19AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8738 #8738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1E #6B1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5518 #55189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D11 #3D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F2FD;
--charcoal-100: #ECE0FA;
--charcoal-200: #DCC6F6;
--charcoal-300: #C19AEF;
--charcoal-400: #A165E7;
--charcoal-500: #8738E0;
--charcoal-600: #6B1EC2;
--charcoal-700: #55189A;
--charcoal-800: #3D116E;
--charcoal-900: #270B47;
--charcoal-950: #18072C;
}