Black
#110330
PurpleColor Codes
All color formats for development
HEX
#110330RGB
rgb(17, 3, 48)HSL
hsl(259, 88%, 10%)OKLCH
oklch(0.169 0.084 289.7)CMYK
cmyk(65%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10032B
2#0E0226
3#0C0222
4#0A021D
5#090218
6#070113
7#05010E
8#03010A
9#020005
Tints
Lighter variations
1#21065B
2#300986
3#400BB1
4#4F0EDD
5#6727F1
6#8652F4
7#A47EF7
8#C2A9F9
9#E1D4FC
Tones
Muted variations
1#12052E
2#13082B
3#140A29
4#150C27
5#150E25
6#161122
7#171320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FE;
--black-100: #E7DDFD;
--black-200: #D3C1FB;
--black-300: #B191F8;
--black-400: #8957F4;
--black-500: #6727F1;
--black-600: #4C0DD3;
--black-700: #3C0BA8;
--black-800: #2B0878;
--black-900: #1C054D;
--black-950: #110330;
}