Charcoal
#280A47
PurpleColor Codes
All color formats for development
HEX
#280A47RGB
rgb(40, 10, 71)HSL
hsl(270, 75%, 16%)OKLCH
oklch(0.237 0.105 300.7)CMYK
cmyk(44%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250940
2#210839
3#1D0732
4#18062B
5#140524
6#10041D
7#0C0315
8#08020E
9#040107
Tints
Lighter variations
1#3E106D
2#541592
3#691AB8
4#7E20DD
5#9444E4
6#A969EA
7#BF8FEF
8#D4B4F4
9#EADAFA
Tones
Muted variations
1#290D44
2#291041
3#29133E
4#29163B
5#291A38
6#291D35
7#292032
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 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F0 | BordersInactive statesPlaceholder text |
| 400 | A663 #A663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8C36 #8C36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701C #701CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5916 #59169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4010 #401070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A47 | 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: #F7F2FD;
--charcoal-100: #EDE0FB;
--charcoal-200: #DEC5F7;
--charcoal-300: #C498F0;
--charcoal-400: #A663E9;
--charcoal-500: #8C36E2;
--charcoal-600: #701CC4;
--charcoal-700: #59169C;
--charcoal-800: #401070;
--charcoal-900: #290A47;
--charcoal-950: #1A062D;
}