Charcoal
#280949
PurpleColor Codes
All color formats for development
HEX
#280949RGB
rgb(40, 9, 73)HSL
hsl(269, 78%, 16%)OKLCH
oklch(0.238 0.109 299.8)CMYK
cmyk(45%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240841
2#20073A
3#1C0633
4#18052C
5#140424
6#10041D
7#0C0316
8#08020F
9#040107
Tints
Lighter variations
1#3D0E6F
2#511295
3#6617BB
4#7B1CE1
5#9140E7
6#A766EC
7#BD8DF1
8#D3B3F6
9#E9D9FA
Tones
Muted variations
1#280C45
2#280F42
3#28133F
4#28163C
5#281939
6#281C36
7#281F32
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 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #EDDFFB;
--charcoal-200: #DDC4F8;
--charcoal-300: #C397F2;
--charcoal-400: #A360EB;
--charcoal-500: #8933E6;
--charcoal-600: #6D19C8;
--charcoal-700: #57149F;
--charcoal-800: #3E0E71;
--charcoal-900: #280949;
--charcoal-950: #19062D;
}