Charcoal
#25074A
PurpleColor Codes
All color formats for development
HEX
#25074ARGB
rgb(37, 7, 74)HSL
hsl(267, 83%, 16%)OKLCH
oklch(0.232 0.112 296.7)CMYK
cmyk(50%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220643
2#1E063C
3#1A0534
4#16042D
5#130325
6#0F031E
7#0B0216
8#07010F
9#040107
Tints
Lighter variations
1#390B72
2#4D0E99
3#6012C0
4#7416E7
5#8B3BED
6#A262F0
7#B989F4
8#D1B1F8
9#E8D8FB
Tones
Muted variations
1#260A47
2#260E44
3#261141
4#27143D
5#27183A
6#271B36
7#281F33
8#282230
9#28252C
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 | DBC2 #DBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF94 #BF94F5 | BordersInactive statesPlaceholder text |
| 400 | 9E5C #9E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 832D #832DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6713 #6713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520F #520FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0B #3A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F1FE;
--charcoal-100: #ECDEFC;
--charcoal-200: #DBC2F9;
--charcoal-300: #BF94F5;
--charcoal-400: #9E5CF0;
--charcoal-500: #832DEB;
--charcoal-600: #6713CD;
--charcoal-700: #520FA3;
--charcoal-800: #3A0B75;
--charcoal-900: #25074B;
--charcoal-950: #17042F;
}