Black
#1D0330
PurpleColor Codes
All color formats for development
HEX
#1D0330RGB
rgb(29, 3, 48)HSL
hsl(275, 88%, 10%)OKLCH
oklch(0.187 0.086 306.5)CMYK
cmyk(40%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A032B
2#170226
3#140222
4#12021D
5#0F0218
6#0C0113
7#09010E
8#06010A
9#030005
Tints
Lighter variations
1#38065B
2#520986
3#6C0BB1
4#870EDD
5#9D27F1
6#B152F4
7#C47EF7
8#D8A9F9
9#EBD4FC
Tones
Muted variations
1#1D052E
2#1C082B
3#1C0A29
4#1C0C27
5#1B0E25
6#1B1122
7#1B1320
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 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C1 #E3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CD91 #CD91F8 | BordersInactive statesPlaceholder text |
| 400 | B357 #B357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9D27 #9D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810D #810DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660B #660BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4908 #490878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F05 #2F054D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FE;
--black-100: #F0DDFD;
--black-200: #E3C1FB;
--black-300: #CD91F8;
--black-400: #B357F4;
--black-500: #9D27F1;
--black-600: #810DD3;
--black-700: #660BA8;
--black-800: #490878;
--black-900: #2F054D;
--black-950: #1D0330;
}