Black
#190132
PurpleColor Codes
All color formats for development
HEX
#190132RGB
rgb(25, 1, 50)HSL
hsl(269, 96%, 10%)OKLCH
oklch(0.178 0.091 300.5)CMYK
cmyk(50%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16012D
2#140128
3#110123
4#0F011E
5#0C0119
6#0A0014
7#07000F
8#05000A
9#020005
Tints
Lighter variations
1#2F025F
2#45038C
3#5B04B9
4#7205E6
5#891EFA
6#A04BFB
7#B878FC
8#D0A5FD
9#E7D2FE
Tones
Muted variations
1#190330
2#19062D
3#19082B
4#190B28
5#190D26
6#191023
7#191221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28C #C28CFD | BordersInactive statesPlaceholder text |
| 400 | A350 #A350FB | Disabled statesSecondary iconsMuted text |
| 500 | 891E #891EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D04 #6D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2702 #270250 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FF;
--black-100: #EDDCFE;
--black-200: #DDBEFE;
--black-300: #C28CFD;
--black-400: #A350FB;
--black-500: #891EFA;
--black-600: #6D04DC;
--black-700: #5604AF;
--black-800: #3E037D;
--black-900: #270250;
--black-950: #190132;
}