Charcoal
#2D084A
PurpleColor Codes
All color formats for development
HEX
#2D084ARGB
rgb(45, 8, 74)HSL
hsl(274, 80%, 16%)OKLCH
oklch(0.245 0.112 304.4)CMYK
cmyk(39%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290742
2#24073B
3#200633
4#1B052C
5#170425
6#12031D
7#0E0216
8#09020F
9#050107
Tints
Lighter variations
1#450C70
2#5D1197
3#7415BD
4#8C19E4
5#9F3EEA
6#B265EE
7#C68BF2
8#D9B2F6
9#ECD8FB
Tones
Muted variations
1#2D0B46
2#2C0F43
3#2C1240
4#2B153C
5#2B1839
6#2B1C36
7#2A1F33
8#2A222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F3 | BordersInactive statesPlaceholder text |
| 400 | AF5E #AF5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9830 #9830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C16 #7C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6312 #6312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470D #470D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EFDFFB;
--charcoal-200: #E1C3F8;
--charcoal-300: #CB95F3;
--charcoal-400: #AF5EED;
--charcoal-500: #9830E8;
--charcoal-600: #7C16CA;
--charcoal-700: #6312A1;
--charcoal-800: #470D73;
--charcoal-900: #2D0849;
--charcoal-950: #1C052E;
}