Black
#220231
PurpleColor Codes
All color formats for development
HEX
#220231RGB
rgb(34, 2, 49)HSL
hsl(281, 92%, 10%)OKLCH
oklch(0.194 0.091 312.3)CMYK
cmyk(31%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F022C
2#1B0227
3#180122
4#14011D
5#110118
6#0E0114
7#0A010F
8#07000A
9#030005
Tints
Lighter variations
1#41045D
2#5F0689
3#7E08B5
4#9D09E1
5#B323F6
6#C24FF8
7#D17BF9
8#E1A7FB
9#F0D3FD
Tones
Muted variations
1#21042F
2#20072C
3#20092A
4#1F0B28
5#1E0E25
6#1D1023
7#1C1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFA | BordersInactive statesPlaceholder text |
| 400 | C454 #C454F8 | Disabled statesSecondary iconsMuted text |
| 500 | B323 #B323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9609 #9609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7707 #7707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5505 #55057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034E | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FE;
--black-100: #F3DDFE;
--black-200: #E9BFFC;
--black-300: #D88EFA;
--black-400: #C454F8;
--black-500: #B323F6;
--black-600: #9609D7;
--black-700: #7707AB;
--black-800: #55057A;
--black-900: #37034E;
--black-950: #220231;
}