Black
#1F0132
PurpleColor Codes
All color formats for development
HEX
#1F0132RGB
rgb(31, 1, 50)HSL
hsl(277, 96%, 10%)OKLCH
oklch(0.188 0.093 308.1)CMYK
cmyk(38%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C012D
2#190128
3#160123
4#13011E
5#100119
6#0C0014
7#09000F
8#06000A
9#030005
Tints
Lighter variations
1#3B025F
2#57038C
3#7304B9
4#9005E6
5#A61EFA
6#B84BFB
7#CA78FC
8#DBA5FD
9#EDD2FE
Tones
Muted variations
1#1F0330
2#1E062D
3#1D082B
4#1D0B28
5#1C0D26
6#1C1023
7#1B1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D18C #D18CFD | BordersInactive statesPlaceholder text |
| 400 | BA50 #BA50FB | Disabled statesSecondary iconsMuted text |
| 500 | A61E #A61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8904 #8904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FF;
--black-100: #F1DCFE;
--black-200: #E5BEFE;
--black-300: #D18CFD;
--black-400: #BA50FB;
--black-500: #A61EFA;
--black-600: #8904DC;
--black-700: #6D04AF;
--black-800: #4E037D;
--black-900: #320250;
--black-950: #1F0132;
}