Black
#190330
PurpleColor Codes
All color formats for development
HEX
#190330RGB
rgb(25, 3, 48)HSL
hsl(269, 88%, 10%)OKLCH
oklch(0.18 0.085 301.1)CMYK
cmyk(48%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16032B
2#140226
3#110222
4#0F021D
5#0C0218
6#0A0113
7#07010E
8#05010A
9#020005
Tints
Lighter variations
1#2F065B
2#450986
3#5C0BB1
4#720EDD
5#8927F1
6#A152F4
7#B87EF7
8#D0A9F9
9#E7D4FC
Tones
Muted variations
1#19052E
2#19082B
3#190A29
4#190C27
5#190E25
6#191122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FE;
--black-100: #EDDDFD;
--black-200: #DDC1FB;
--black-300: #C391F8;
--black-400: #A357F4;
--black-500: #8927F1;
--black-600: #6D0DD3;
--black-700: #570BA8;
--black-800: #3E0878;
--black-900: #28054D;
--black-950: #190330;
}