Charcoal
#280948
PurpleColor Codes
All color formats for development
HEX
#280948RGB
rgb(40, 9, 72)HSL
hsl(270, 78%, 16%)OKLCH
oklch(0.237 0.107 300.4)CMYK
cmyk(44%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250841
2#21073A
3#1D0633
4#18052C
5#140424
6#10041D
7#0C0316
8#08020F
9#040107
Tints
Lighter variations
1#3E0E6F
2#541295
3#6917BB
4#7E1CE1
5#9440E7
6#A966EC
7#BF8DF1
8#D4B3F6
9#EAD9FA
Tones
Muted variations
1#290C45
2#290F42
3#29133F
4#29163C
5#291939
6#291C36
7#291F32
8#29222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C497 #C497F2 | BordersInactive statesPlaceholder text |
| 400 | A660 #A660EB | Disabled statesSecondary iconsMuted text |
| 500 | 8C33 #8C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7019 #7019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5914 #59149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400E #400E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #EDDFFB;
--charcoal-200: #DEC4F8;
--charcoal-300: #C497F2;
--charcoal-400: #A660EB;
--charcoal-500: #8C33E6;
--charcoal-600: #7019C8;
--charcoal-700: #59149F;
--charcoal-800: #400E71;
--charcoal-900: #290949;
--charcoal-950: #1A062D;
}