Charcoal
#280849
PurpleColor Codes
All color formats for development
HEX
#280849RGB
rgb(40, 8, 73)HSL
hsl(270, 80%, 16%)OKLCH
oklch(0.237 0.11 300.1)CMYK
cmyk(45%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250742
2#21073B
3#1D0633
4#18052C
5#140425
6#10031D
7#0C0216
8#08020F
9#040107
Tints
Lighter variations
1#3E0C70
2#541197
3#6915BD
4#7E19E4
5#943EEA
6#A965EE
7#BF8BF2
8#D4B2F6
9#EAD8FB
Tones
Muted variations
1#290B46
2#290F43
3#291240
4#29153C
5#291839
6#291C36
7#291F33
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 | DEC3 #DEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C495 #C495F3 | BordersInactive statesPlaceholder text |
| 400 | A65E #A65EED | Disabled statesSecondary iconsMuted text |
| 500 | 8C30 #8C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7016 #7016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5912 #5912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2908 #290849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #EDDFFB;
--charcoal-200: #DEC3F8;
--charcoal-300: #C495F3;
--charcoal-400: #A65EED;
--charcoal-500: #8C30E8;
--charcoal-600: #7016CA;
--charcoal-700: #5912A1;
--charcoal-800: #400D73;
--charcoal-900: #290849;
--charcoal-950: #1A052E;
}