Black
#150132
PurpleColor Codes
All color formats for development
HEX
#150132RGB
rgb(21, 1, 50)HSL
hsl(264, 96%, 10%)OKLCH
oklch(0.172 0.091 295.1)CMYK
cmyk(58%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13012D
2#100128
3#0E0123
4#0C011E
5#0A0119
6#080014
7#06000F
8#04000A
9#020005
Tints
Lighter variations
1#27025F
2#3A038C
3#4C04B9
4#5F05E6
5#761EFA
6#924BFB
7#AD78FC
8#C8A5FD
9#E4D2FE
Tones
Muted variations
1#150330
2#16062D
3#16082B
4#170B28
5#170D26
6#181023
7#181221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98C #B98CFD | BordersInactive statesPlaceholder text |
| 400 | 9550 #9550FB | Disabled statesSecondary iconsMuted text |
| 500 | 761E #761EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B04 #5B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FF;
--black-100: #EADCFE;
--black-200: #D7BEFE;
--black-300: #B98CFD;
--black-400: #9550FB;
--black-500: #761EFA;
--black-600: #5B04DC;
--black-700: #4804AF;
--black-800: #34037D;
--black-900: #210250;
--black-950: #150132;
}