Black
#1A0330
PurpleColor Codes
All color formats for development
HEX
#1A0330RGB
rgb(26, 3, 48)HSL
hsl(271, 88%, 10%)OKLCH
oklch(0.182 0.085 302.4)CMYK
cmyk(46%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18032B
2#150226
3#120222
4#10021D
5#0D0218
6#0A0113
7#08010E
8#05010A
9#030005
Tints
Lighter variations
1#32065B
2#490986
3#610BB1
4#790EDD
5#9027F1
6#A652F4
7#BC7EF7
8#D2A9F9
9#E9D4FC
Tones
Muted variations
1#1A052E
2#1A082B
3#1A0A29
4#1A0C27
5#1A0E25
6#1A1122
7#1A1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FE;
--black-100: #EEDDFD;
--black-200: #DFC1FB;
--black-300: #C691F8;
--black-400: #A857F4;
--black-500: #9027F1;
--black-600: #730DD3;
--black-700: #5C0BA8;
--black-800: #420878;
--black-900: #2A054D;
--black-950: #1A0330;
}