Black
#1E0330
PurpleColor Codes
All color formats for development
HEX
#1E0330RGB
rgb(30, 3, 48)HSL
hsl(276, 88%, 10%)OKLCH
oklch(0.188 0.086 307.8)CMYK
cmyk(37%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B032B
2#180226
3#150222
4#12021D
5#0F0218
6#0C0113
7#09010E
8#06010A
9#030005
Tints
Lighter variations
1#39065B
2#540986
3#6F0BB1
4#8A0EDD
5#A027F1
6#B352F4
7#C67EF7
8#D9A9F9
9#ECD4FC
Tones
Muted variations
1#1E052E
2#1D082B
3#1D0A29
4#1C0C27
5#1C0E25
6#1B1122
7#1B1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F1FE;
--black-100: #F0DDFD;
--black-200: #E4C1FB;
--black-300: #CF91F8;
--black-400: #B557F4;
--black-500: #A027F1;
--black-600: #840DD3;
--black-700: #690BA8;
--black-800: #4B0878;
--black-900: #30054D;
--black-950: #1E0330;
}