Charcoal
#27074B
PurpleColor Codes
All color formats for development
HEX
#27074BRGB
rgb(39, 7, 75)HSL
hsl(268, 83%, 16%)OKLCH
oklch(0.236 0.113 298.2)CMYK
cmyk(48%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230643
2#1F063C
3#1B0534
4#17042D
5#130325
6#0F031E
7#0C0216
8#08010F
9#040107
Tints
Lighter variations
1#3B0B72
2#4F0E99
3#6312C0
4#7716E7
5#8E3BED
6#A562F0
7#BB89F4
8#D2B1F8
9#E8D8FB
Tones
Muted variations
1#270A47
2#270E44
3#271141
4#27143D
5#28183A
6#281B36
7#281F33
8#282230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C194 #C194F5 | BordersInactive statesPlaceholder text |
| 400 | A15C #A15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 862D #862DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A13 #6A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540F #540FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0B #3C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FE;
--charcoal-100: #ECDEFC;
--charcoal-200: #DCC2F9;
--charcoal-300: #C194F5;
--charcoal-400: #A15CF0;
--charcoal-500: #862DEB;
--charcoal-600: #6A13CD;
--charcoal-700: #540FA3;
--charcoal-800: #3C0B75;
--charcoal-900: #27074B;
--charcoal-950: #18042F;
}