Charcoal
#300849
PurpleColor Codes
All color formats for development
HEX
#300849RGB
rgb(48, 8, 73)HSL
hsl(277, 80%, 16%)OKLCH
oklch(0.249 0.112 307.8)CMYK
cmyk(34%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0742
2#27073B
3#220633
4#1D052C
5#180425
6#13031D
7#0F0216
8#0A020F
9#050107
Tints
Lighter variations
1#4A0C70
2#631197
3#7D15BD
4#9619E4
5#A83EEA
6#B965EE
7#CB8BF2
8#DCB2F6
9#EED8FB
Tones
Muted variations
1#300B46
2#2F0F43
3#2E1240
4#2D153C
5#2D1839
6#2C1C36
7#2B1F33
8#2A222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C3 #E4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF95 #CF95F3 | BordersInactive statesPlaceholder text |
| 400 | B65E #B65EED | Disabled statesSecondary iconsMuted text |
| 500 | A230 #A230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8516 #8516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A12 #6A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3008 #300849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F0DFFB;
--charcoal-200: #E4C3F8;
--charcoal-300: #CF95F3;
--charcoal-400: #B65EED;
--charcoal-500: #A230E8;
--charcoal-600: #8516CA;
--charcoal-700: #6A12A1;
--charcoal-800: #4C0D73;
--charcoal-900: #300849;
--charcoal-950: #1E052E;
}