Charcoal
#2A074B
PurpleColor Codes
All color formats for development
HEX
#2A074BRGB
rgb(42, 7, 75)HSL
hsl(271, 83%, 16%)OKLCH
oklch(0.24 0.114 301.1)CMYK
cmyk(44%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260643
2#22063C
3#1D0534
4#19042D
5#150325
6#11031E
7#0D0216
8#08010F
9#040107
Tints
Lighter variations
1#400B72
2#560E99
3#6C12C0
4#8216E7
5#973BED
6#AC62F0
7#C189F4
8#D5B1F8
9#EAD8FB
Tones
Muted variations
1#2A0A47
2#2A0E44
3#2A1141
4#29143D
5#29183A
6#291B36
7#291F33
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C694 #C694F5 | BordersInactive statesPlaceholder text |
| 400 | A85C #A85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2D #8F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7313 #7313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0F #5C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420B #420B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FE;
--charcoal-100: #EEDEFC;
--charcoal-200: #DFC2F9;
--charcoal-300: #C694F5;
--charcoal-400: #A85CF0;
--charcoal-500: #8F2DEB;
--charcoal-600: #7313CD;
--charcoal-700: #5C0FA3;
--charcoal-800: #420B75;
--charcoal-900: #2A074B;
--charcoal-950: #1A042F;
}