Black
#220132
PurpleColor Codes
All color formats for development
HEX
#220132RGB
rgb(34, 1, 50)HSL
hsl(280, 96%, 10%)OKLCH
oklch(0.194 0.094 311.7)CMYK
cmyk(32%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E012D
2#1B0128
3#180123
4#14011E
5#110119
6#0D0014
7#0A000F
8#07000A
9#030005
Tints
Lighter variations
1#40025F
2#5E038C
3#7D04B9
4#9B05E6
5#B11EFA
6#C14BFB
7#D078FC
8#E0A5FD
9#EFD2FE
Tones
Muted variations
1#210330
2#20062D
3#1F082B
4#1E0B28
5#1E0D26
6#1D1023
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 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BE #E8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78C #D78CFD | BordersInactive statesPlaceholder text |
| 400 | C250 #C250FB | Disabled statesSecondary iconsMuted text |
| 500 | B11E #B11EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9404 #9404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F3DCFE;
--black-200: #E8BEFE;
--black-300: #D78CFD;
--black-400: #C250FB;
--black-500: #B11EFA;
--black-600: #9404DC;
--black-700: #7604AF;
--black-800: #54037D;
--black-900: #360250;
--black-950: #220132;
}