Charcoal
#270849
PurpleColor Codes
All color formats for development
HEX
#270849RGB
rgb(39, 8, 73)HSL
hsl(269, 80%, 16%)OKLCH
oklch(0.235 0.11 299)CMYK
cmyk(47%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240742
2#20073B
3#1C0633
4#18052C
5#140425
6#10031D
7#0C0216
8#08020F
9#040107
Tints
Lighter variations
1#3D0C70
2#511197
3#6615BD
4#7B19E4
5#913EEA
6#A765EE
7#BD8BF2
8#D3B2F6
9#E9D8FB
Tones
Muted variations
1#280B46
2#280F43
3#281240
4#28153C
5#281839
6#281C36
7#281F33
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 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #EDDFFB;
--charcoal-200: #DDC3F8;
--charcoal-300: #C395F3;
--charcoal-400: #A35EED;
--charcoal-500: #8930E8;
--charcoal-600: #6D16CA;
--charcoal-700: #5712A1;
--charcoal-800: #3E0D73;
--charcoal-900: #280849;
--charcoal-950: #19052E;
}