Black
#1C042F
PurpleColor Codes
All color formats for development
HEX
#1C042FRGB
rgb(28, 4, 47)HSL
hsl(273, 84%, 10%)OKLCH
oklch(0.186 0.082 305.6)CMYK
cmyk(40%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19042A
2#160326
3#130321
4#11021C
5#0E0217
6#0B0213
7#08010E
8#060109
9#030005
Tints
Lighter variations
1#350859
2#4D0B83
3#660FAE
4#7F13D8
5#962CED
6#AB56F0
7#C080F4
8#D5ABF8
9#EAD5FB
Tones
Muted variations
1#1B062D
2#1B082B
3#1B0B28
4#1B0D26
5#1B0F24
6#1A1122
7#1A1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C2 #E1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C993 #C993F6 | BordersInactive statesPlaceholder text |
| 400 | AD5B #AD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 962C #962CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A12 #7A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610E #610EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450A #450A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C07 #2C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FE;
--black-100: #EFDEFC;
--black-200: #E1C2FA;
--black-300: #C993F6;
--black-400: #AD5BF1;
--black-500: #962CED;
--black-600: #7A12CE;
--black-700: #610EA4;
--black-800: #450A75;
--black-900: #2C074B;
--black-950: #1C042F;
}