Black
#10052E
PurpleColor Codes
All color formats for development
HEX
#10052ERGB
rgb(16, 5, 46)HSL
hsl(256, 80%, 10%)OKLCH
oklch(0.17 0.078 288.2)CMYK
cmyk(65%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0529
2#0D0425
3#0B0420
4#0A031C
5#080317
6#060212
7#05020E
8#030109
9#020105
Tints
Lighter variations
1#1E0A57
2#2D0E81
3#3B13AA
4#4A17D3
5#6130E8
6#815AED
7#A083F1
8#C0ACF6
9#DFD6FA
Tones
Muted variations
1#11072C
2#12092A
3#130B28
4#140D26
5#150F24
6#161122
7#171320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F3 | BordersInactive statesPlaceholder text |
| 400 | 845E #845EED | Disabled statesSecondary iconsMuted text |
| 500 | 6130 #6130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4616 #4616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3812 #3812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FD;
--black-100: #E6DFFB;
--black-200: #D1C3F8;
--black-300: #AE95F3;
--black-400: #845EED;
--black-500: #6130E8;
--black-600: #4616CA;
--black-700: #3812A1;
--black-800: #280D73;
--black-900: #1A0849;
--black-950: #10052E;
}