Charcoal
#2E074A
PurpleColor Codes
All color formats for development
HEX
#2E074ARGB
rgb(46, 7, 74)HSL
hsl(275, 83%, 16%)OKLCH
oklch(0.245 0.113 305.5)CMYK
cmyk(38%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0643
2#25063C
3#210534
4#1C042D
5#170325
6#13031E
7#0E0216
8#09010F
9#050107
Tints
Lighter variations
1#470B72
2#5F0E99
3#7812C0
4#9016E7
5#A33BED
6#B562F0
7#C889F4
8#DAB1F8
9#EDD8FB
Tones
Muted variations
1#2E0A47
2#2D0E44
3#2D1141
4#2C143D
5#2C183A
6#2B1B36
7#2A1F33
8#2A2230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F5 | BordersInactive statesPlaceholder text |
| 400 | B25C #B25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 9C2D #9C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8013 #8013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660F #660FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490B #490B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1D04 #1D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FE;
--charcoal-100: #F0DEFC;
--charcoal-200: #E2C2F9;
--charcoal-300: #CC94F5;
--charcoal-400: #B25CF0;
--charcoal-500: #9C2DEB;
--charcoal-600: #8013CD;
--charcoal-700: #660FA3;
--charcoal-800: #490B75;
--charcoal-900: #2E074B;
--charcoal-950: #1D042F;
}