Black
#210132
PurpleColor Codes
All color formats for development
HEX
#210132RGB
rgb(33, 1, 50)HSL
hsl(279, 96%, 10%)OKLCH
oklch(0.192 0.094 310.6)CMYK
cmyk(34%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E012D
2#1A0128
3#170123
4#14011E
5#100119
6#0D0014
7#0A000F
8#07000A
9#030005
Tints
Lighter variations
1#3E025F
2#5C038C
3#7A04B9
4#9705E6
5#AD1EFA
6#BE4BFB
7#CE78FC
8#DEA5FD
9#EFD2FE
Tones
Muted variations
1#200330
2#1F062D
3#1F082B
4#1E0B28
5#1D0D26
6#1C1023
7#1C1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58C #D58CFD | BordersInactive statesPlaceholder text |
| 400 | BF50 #BF50FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1E #AD1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9104 #9104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3502 #350250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F2DCFE;
--black-200: #E7BEFE;
--black-300: #D58CFD;
--black-400: #BF50FB;
--black-500: #AD1EFA;
--black-600: #9104DC;
--black-700: #7304AF;
--black-800: #52037D;
--black-900: #350250;
--black-950: #210132;
}