Black
#1C0033
PurpleColor Codes
All color formats for development
HEX
#1C0033RGB
rgb(28, 0, 51)HSL
hsl(273, 100%, 10%)OKLCH
oklch(0.182 0.095 304)CMYK
cmyk(45%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19002E
2#160029
3#140024
4#11001F
5#0E001A
6#0B0014
7#08000F
8#06000A
9#030005
Tints
Lighter variations
1#350061
2#4F008F
3#6800BD
4#8100EB
5#981AFF
6#AC47FF
7#C175FF
8#D6A3FF
9#EAD1FF
Tones
Muted variations
1#1C0330
2#1C052E
3#1B082B
4#1B0A29
5#1B0D26
6#1B0F24
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 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EFDBFF;
--black-200: #E1BDFF;
--black-300: #CA8AFF;
--black-400: #AF4DFF;
--black-500: #981AFF;
--black-600: #7B00E0;
--black-700: #6200B3;
--black-800: #460080;
--black-900: #2D0052;
--black-950: #1C0033;
}