Charcoal
#2B084A
PurpleColor Codes
All color formats for development
HEX
#2B084ARGB
rgb(43, 8, 74)HSL
hsl(272, 80%, 16%)OKLCH
oklch(0.242 0.111 302.4)CMYK
cmyk(42%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270742
2#22073B
3#1E0633
4#1A052C
5#150425
6#11031D
7#0D0216
8#09020F
9#040107
Tints
Lighter variations
1#420C70
2#581197
3#6F15BD
4#8519E4
5#9A3EEA
6#AE65EE
7#C28BF2
8#D6B2F6
9#EBD8FB
Tones
Muted variations
1#2B0B46
2#2B0F43
3#2A1240
4#2A153C
5#2A1839
6#2A1C36
7#291F33
8#29222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EEDFFB;
--charcoal-200: #E0C3F8;
--charcoal-300: #C795F3;
--charcoal-400: #AB5EED;
--charcoal-500: #9230E8;
--charcoal-600: #7616CA;
--charcoal-700: #5E12A1;
--charcoal-800: #430D73;
--charcoal-900: #2B0849;
--charcoal-950: #1B052E;
}