Black
#190231
PurpleColor Codes
All color formats for development
HEX
#190231RGB
rgb(25, 2, 49)HSL
hsl(269, 92%, 10%)OKLCH
oklch(0.179 0.088 300.8)CMYK
cmyk(49%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16022C
2#140227
3#110122
4#0F011D
5#0C0118
6#0A0114
7#07010F
8#05000A
9#020005
Tints
Lighter variations
1#2F045D
2#450689
3#5B08B5
4#7209E1
5#8923F6
6#A04FF8
7#B87BF9
8#D0A7FB
9#E7D3FD
Tones
Muted variations
1#19042F
2#19072C
3#19092A
4#190B28
5#190E25
6#191023
7#191221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FE;
--black-100: #EDDDFE;
--black-200: #DDBFFC;
--black-300: #C38EFA;
--black-400: #A354F8;
--black-500: #8923F6;
--black-600: #6D09D7;
--black-700: #5707AB;
--black-800: #3E057A;
--black-900: #28034E;
--black-950: #190231;
}