Black
#220330
PurpleColor Codes
All color formats for development
HEX
#220330RGB
rgb(34, 3, 48)HSL
hsl(281, 88%, 10%)OKLCH
oklch(0.195 0.088 312.9)CMYK
cmyk(29%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E032B
2#1B0226
3#180222
4#14021D
5#110218
6#0D0113
7#0A010E
8#07010A
9#030005
Tints
Lighter variations
1#40065B
2#5E0986
3#7D0BB1
4#9B0EDD
5#B127F1
6#C152F4
7#D07EF7
8#E0A9F9
9#EFD4FC
Tones
Muted variations
1#21052E
2#20082B
3#1F0A29
4#1E0C27
5#1E0E25
6#1D1122
7#1C1320
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D791 #D791F8 | BordersInactive statesPlaceholder text |
| 400 | C357 #C357F4 | Disabled statesSecondary iconsMuted text |
| 500 | B127 #B127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 940D #940DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760B #760BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5408 #540878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3605 #36054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF1FE;
--black-100: #F3DDFD;
--black-200: #E9C1FB;
--black-300: #D791F8;
--black-400: #C357F4;
--black-500: #B127F1;
--black-600: #940DD3;
--black-700: #760BA8;
--black-800: #540878;
--black-900: #36054D;
--black-950: #220330;
}