Black
#19052E
PurpleColor Codes
All color formats for development
HEX
#19052ERGB
rgb(25, 5, 46)HSL
hsl(269, 80%, 10%)OKLCH
oklch(0.182 0.078 301.7)CMYK
cmyk(46%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160529
2#140425
3#110420
4#0F031C
5#0C0317
6#0A0212
7#07020E
8#050109
9#020105
Tints
Lighter variations
1#2F0A57
2#450E81
3#5C13AA
4#7217D3
5#8930E8
6#A15AED
7#B883F1
8#D0ACF6
9#E7D6FA
Tones
Muted variations
1#19072C
2#19092A
3#190B28
4#190D26
5#190F24
6#191122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FD;
--black-100: #EDDFFB;
--black-200: #DDC3F8;
--black-300: #C395F3;
--black-400: #A35EED;
--black-500: #8930E8;
--black-600: #6D16CA;
--black-700: #5712A1;
--black-800: #3E0D73;
--black-900: #280849;
--black-950: #19052E;
}