Black
#200033
PurpleColor Codes
All color formats for development
HEX
#200033RGB
rgb(32, 0, 51)HSL
hsl(278, 100%, 10%)OKLCH
oklch(0.189 0.096 308.9)CMYK
cmyk(37%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D002E
2#1A0029
3#170024
4#13001F
5#10001A
6#0D0014
7#0A000F
8#06000A
9#030005
Tints
Lighter variations
1#3D0061
2#5A008F
3#7800BD
4#9500EB
5#AB1AFF
6#BC47FF
7#CD75FF
8#DDA3FF
9#EED1FF
Tones
Muted variations
1#200330
2#1F052E
3#1E082B
4#1E0A29
5#1D0D26
6#1C0F24
7#1C1221
8#1B141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DB #F2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D48A #D48AFF | BordersInactive statesPlaceholder text |
| 400 | BE4D #BE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | AB1A #AB1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E00 #8E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7100 #7100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5100 #510080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3400 #340052 | Primary textHigh emphasis contentDark headings |
| 950 | 2000 #200033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FF;
--black-100: #F2DBFF;
--black-200: #E7BDFF;
--black-300: #D48AFF;
--black-400: #BE4DFF;
--black-500: #AB1AFF;
--black-600: #8E00E0;
--black-700: #7100B3;
--black-800: #510080;
--black-900: #340052;
--black-950: #200033;
}