Black
#19062D
PurpleColor Codes
All color formats for development
HEX
#19062DRGB
rgb(25, 6, 45)HSL
hsl(269, 76%, 10%)OKLCH
oklch(0.183 0.075 302)CMYK
cmyk(44%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160628
2#140524
3#11041F
4#0F041B
5#0C0316
6#0A0212
7#07020D
8#050109
9#020104
Tints
Lighter variations
1#2F0C55
2#46117E
3#5C17A6
4#721CCE
5#8935E3
6#A15DE9
7#B886EE
8#D0AEF4
9#E7D7F9
Tones
Muted variations
1#19082B
2#190A29
3#190C27
4#190E25
5#191023
6#191221
7#19141F
8#19161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F1 | BordersInactive statesPlaceholder text |
| 400 | A362 #A362EA | Disabled statesSecondary iconsMuted text |
| 500 | 8935 #8935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1B #6D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F2FD;
--black-100: #EDE0FB;
--black-200: #DDC5F7;
--black-300: #C398F1;
--black-400: #A362EA;
--black-500: #8935E3;
--black-600: #6D1BC5;
--black-700: #57159D;
--black-800: #3E0F70;
--black-900: #280A48;
--black-950: #19062D;
}