Charcoal
#360949
PurpleColor Codes
All color formats for development
HEX
#360949RGB
rgb(54, 9, 73)HSL
hsl(282, 78%, 16%)OKLCH
oklch(0.259 0.112 313.1)CMYK
cmyk(26%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300841
2#2B073A
3#250633
4#20052C
5#1B0424
6#15041D
7#100316
8#0B020F
9#050107
Tints
Lighter variations
1#520E6F
2#6E1295
3#8A17BB
4#A61CE1
5#B540E7
6#C466EC
7#D38DF1
8#E2B3F6
9#F0D9FA
Tones
Muted variations
1#340C45
2#330F42
3#32133F
4#30163C
5#2F1939
6#2E1C36
7#2D1F32
8#2B222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D797 #D797F2 | BordersInactive statesPlaceholder text |
| 400 | C260 #C260EB | Disabled statesSecondary iconsMuted text |
| 500 | B033 #B033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9319 #9319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7514 #75149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540E #540E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FAF1FD;
--charcoal-100: #F3DFFB;
--charcoal-200: #E8C4F8;
--charcoal-300: #D797F2;
--charcoal-400: #C260EB;
--charcoal-500: #B033E6;
--charcoal-600: #9319C8;
--charcoal-700: #75149F;
--charcoal-800: #540E71;
--charcoal-900: #360949;
--charcoal-950: #21062D;
}