Black
#1D0132
PurpleColor Codes
All color formats for development
HEX
#1D0132RGB
rgb(29, 1, 50)HSL
hsl(274, 96%, 10%)OKLCH
oklch(0.185 0.092 305.6)CMYK
cmyk(42%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A012D
2#170128
3#140123
4#11011E
5#0E0119
6#0C0014
7#09000F
8#06000A
9#030005
Tints
Lighter variations
1#37025F
2#51038C
3#6A04B9
4#8405E6
5#9B1EFA
6#AF4BFB
7#C378FC
8#D7A5FD
9#EBD2FE
Tones
Muted variations
1#1C0330
2#1C062D
3#1C082B
4#1B0B28
5#1B0D26
6#1B1023
7#1A1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BE #E2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8C #CC8CFD | BordersInactive statesPlaceholder text |
| 400 | B150 #B150FB | Disabled statesSecondary iconsMuted text |
| 500 | 9B1E #9B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F04 #7F04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6504 #6504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4803 #48037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EFDCFE;
--black-200: #E2BEFE;
--black-300: #CC8CFD;
--black-400: #B150FB;
--black-500: #9B1EFA;
--black-600: #7F04DC;
--black-700: #6504AF;
--black-800: #48037D;
--black-900: #2E0250;
--black-950: #1D0132;
}