Charcoal
#280A48
PurpleColor Codes
All color formats for development
HEX
#280A48RGB
rgb(40, 10, 72)HSL
hsl(269, 76%, 16%)OKLCH
oklch(0.238 0.106 300.2)CMYK
cmyk(44%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240941
2#200839
3#1C0732
4#18062B
5#140524
6#10041D
7#0C0316
8#08020E
9#040107
Tints
Lighter variations
1#3D0F6E
2#521493
3#6619B9
4#7B1EDF
5#9143E5
6#A768EA
7#BD8EF0
8#D3B4F5
9#E9D9FA
Tones
Muted variations
1#280D45
2#281042
3#28133F
4#28163B
5#281938
6#281C35
7#281F32
8#29232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F1 | BordersInactive statesPlaceholder text |
| 400 | A362 #A362EA | Disabled statesSecondary iconsMuted text |
| 500 | 8935 #8935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1B #6D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A48 | 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: #F7F2FD;
--charcoal-100: #EDE0FB;
--charcoal-200: #DDC5F7;
--charcoal-300: #C398F1;
--charcoal-400: #A362EA;
--charcoal-500: #8935E3;
--charcoal-600: #6D1BC5;
--charcoal-700: #57159D;
--charcoal-800: #3E0F70;
--charcoal-900: #280A48;
--charcoal-950: #19062D;
}