Black
#1B0033
PurpleColor Codes
All color formats for development
HEX
#1B0033RGB
rgb(27, 0, 51)HSL
hsl(272, 100%, 10%)OKLCH
oklch(0.181 0.095 302.7)CMYK
cmyk(47%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18002E
2#160029
3#130024
4#10001F
5#0E001A
6#0B0014
7#08000F
8#05000A
9#030005
Tints
Lighter variations
1#340061
2#4C008F
3#6500BD
4#7D00EB
5#941AFF
6#A947FF
7#BF75FF
8#D4A3FF
9#EAD1FF
Tones
Muted variations
1#1B0330
2#1B052E
3#1B082B
4#1B0A29
5#1A0D26
6#1A0F24
7#1A1221
8#1A141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EEDBFF;
--black-200: #E0BDFF;
--black-300: #C88AFF;
--black-400: #AC4DFF;
--black-500: #941AFF;
--black-600: #7800E0;
--black-700: #5F00B3;
--black-800: #440080;
--black-900: #2C0052;
--black-950: #1B0033;
}