Charcoal
#27084A
PurpleColor Codes
All color formats for development
HEX
#27084ARGB
rgb(39, 8, 74)HSL
hsl(268, 80%, 16%)OKLCH
oklch(0.236 0.111 298.5)CMYK
cmyk(47%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230742
2#1F073B
3#1B0633
4#17052C
5#130425
6#0F031D
7#0C0216
8#08020F
9#040107
Tints
Lighter variations
1#3B0C70
2#4F1197
3#6315BD
4#7819E4
5#8E3EEA
6#A565EE
7#BB8BF2
8#D2B2F6
9#E8D8FB
Tones
Muted variations
1#270B46
2#270F43
3#271240
4#27153C
5#281839
6#281C36
7#281F33
8#28222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C195 #C195F3 | BordersInactive statesPlaceholder text |
| 400 | A15E #A15EED | Disabled statesSecondary iconsMuted text |
| 500 | 8630 #8630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A16 #6A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5412 #5412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2708 #270849 | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FD;
--charcoal-100: #ECDFFB;
--charcoal-200: #DCC3F8;
--charcoal-300: #C195F3;
--charcoal-400: #A15EED;
--charcoal-500: #8630E8;
--charcoal-600: #6A16CA;
--charcoal-700: #5412A1;
--charcoal-800: #3C0D73;
--charcoal-900: #270849;
--charcoal-950: #18052E;
}