Black
#190033
PurpleColor Codes
All color formats for development
HEX
#190033RGB
rgb(25, 0, 51)HSL
hsl(269, 100%, 10%)OKLCH
oklch(0.178 0.095 300.2)CMYK
cmyk(51%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16002E
2#140029
3#110024
4#0F001F
5#0C001A
6#0A0014
7#07000F
8#05000A
9#020005
Tints
Lighter variations
1#2F0061
2#45008F
3#5B00BD
4#7100EB
5#881AFF
6#A047FF
7#B875FF
8#D0A3FF
9#E7D1FF
Tones
Muted variations
1#190330
2#19052E
3#19082B
4#190A29
5#190D26
6#190F24
7#191221
8#19141F
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FF;
--black-100: #EDDBFF;
--black-200: #DDBDFF;
--black-300: #C28AFF;
--black-400: #A34DFF;
--black-500: #881AFF;
--black-600: #6C00E0;
--black-700: #5600B3;
--black-800: #3E0080;
--black-900: #270052;
--black-950: #190033;
}