Black
#1D0033
PurpleColor Codes
All color formats for development
HEX
#1D0033RGB
rgb(29, 0, 51)HSL
hsl(274, 100%, 10%)OKLCH
oklch(0.184 0.096 305.2)CMYK
cmyk(43%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A002E
2#170029
3#140024
4#11001F
5#0E001A
6#0C0014
7#09000F
8#06000A
9#030005
Tints
Lighter variations
1#370061
2#51008F
3#6B00BD
4#8500EB
5#9C1AFF
6#AF47FF
7#C375FF
8#D7A3FF
9#EBD1FF
Tones
Muted variations
1#1D0330
2#1C052E
3#1C082B
4#1C0A29
5#1B0D26
6#1B0F24
7#1B1221
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 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #F0DBFF;
--black-200: #E2BDFF;
--black-300: #CC8AFF;
--black-400: #B24DFF;
--black-500: #9C1AFF;
--black-600: #7F00E0;
--black-700: #6500B3;
--black-800: #480080;
--black-900: #2E0052;
--black-950: #1D0033;
}