Black
#100330
PurpleColor Codes
All color formats for development
HEX
#100330RGB
rgb(16, 3, 48)HSL
hsl(257, 88%, 10%)OKLCH
oklch(0.167 0.084 288.3)CMYK
cmyk(67%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E032B
2#0D0226
3#0B0222
4#09021D
5#080218
6#060113
7#05010E
8#03010A
9#020005
Tints
Lighter variations
1#1E065B
2#2C0986
3#3A0BB1
4#490EDD
5#6027F1
6#8052F4
7#A07EF7
8#C0A9F9
9#DFD4FC
Tones
Muted variations
1#11052E
2#12082B
3#130A29
4#140C27
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 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FE;
--black-100: #E6DDFD;
--black-200: #D1C1FB;
--black-300: #AE91F8;
--black-400: #8457F4;
--black-500: #6027F1;
--black-600: #450DD3;
--black-700: #370BA8;
--black-800: #270878;
--black-900: #19054D;
--black-950: #100330;
}