Charcoal
#2F084A
PurpleColor Codes
All color formats for development
HEX
#2F084ARGB
rgb(47, 8, 74)HSL
hsl(275, 80%, 16%)OKLCH
oklch(0.248 0.112 306.3)CMYK
cmyk(36%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0742
2#25073B
3#200633
4#1C052C
5#170425
6#12031D
7#0E0216
8#09020F
9#050107
Tints
Lighter variations
1#470C70
2#5F1197
3#7715BD
4#8F19E4
5#A23EEA
6#B565EE
7#C78BF2
8#DAB2F6
9#ECD8FB
Tones
Muted variations
1#2E0B46
2#2D0F43
3#2D1240
4#2C153C
5#2C1839
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 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F3 | BordersInactive statesPlaceholder text |
| 400 | B25E #B25EED | Disabled statesSecondary iconsMuted text |
| 500 | 9C30 #9C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F16 #7F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6512 #6512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #F0DFFB;
--charcoal-200: #E2C3F8;
--charcoal-300: #CC95F3;
--charcoal-400: #B25EED;
--charcoal-500: #9C30E8;
--charcoal-600: #7F16CA;
--charcoal-700: #6512A1;
--charcoal-800: #480D73;
--charcoal-900: #2E0849;
--charcoal-950: #1D052E;
}