Black
#220033
PurpleColor Codes
All color formats for development
HEX
#220033RGB
rgb(34, 0, 51)HSL
hsl(280, 100%, 10%)OKLCH
oklch(0.193 0.097 311.2)CMYK
cmyk(33%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F002E
2#1B0029
3#180024
4#14001F
5#11001A
6#0E0014
7#0A000F
8#07000A
9#030005
Tints
Lighter variations
1#410061
2#5F008F
3#7E00BD
4#9C00EB
5#B31AFF
6#C247FF
7#D175FF
8#E0A3FF
9#F0D1FF
Tones
Muted variations
1#210330
2#20052E
3#1F082B
4#1F0A29
5#1E0D26
6#1D0F24
7#1C1221
8#1B141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F3DBFF;
--black-200: #E9BDFF;
--black-300: #D88AFF;
--black-400: #C44DFF;
--black-500: #B31AFF;
--black-600: #9600E0;
--black-700: #7700B3;
--black-800: #550080;
--black-900: #360052;
--black-950: #220033;
}