Charcoal
#2F0B47
PurpleColor Codes
All color formats for development
HEX
#2F0B47RGB
rgb(47, 11, 71)HSL
hsl(276, 73%, 16%)OKLCH
oklch(0.248 0.106 307.6)CMYK
cmyk(34%, 85%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0A40
2#250938
3#210831
4#1C072A
5#170623
6#13041C
7#0E0315
8#09020E
9#050107
Tints
Lighter variations
1#47116C
2#601791
3#781CB6
4#9122DB
5#A446E2
6#B66BE8
7#C890EE
8#DAB5F3
9#EDDAF9
Tones
Muted variations
1#2E0E44
2#2E1141
3#2D143E
4#2C173B
5#2C1A38
6#2B1D35
7#2B2032
8#2A232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F2FD;
--charcoal-100: #F0E0FA;
--charcoal-200: #E3C6F6;
--charcoal-300: #CD9AEF;
--charcoal-400: #B365E7;
--charcoal-500: #9D38E0;
--charcoal-600: #811EC2;
--charcoal-700: #66189A;
--charcoal-800: #49116E;
--charcoal-900: #2F0B47;
--charcoal-950: #1D072C;
}