Black
#11052E
PurpleColor Codes
All color formats for development
HEX
#11052ERGB
rgb(17, 5, 46)HSL
hsl(258, 80%, 10%)OKLCH
oklch(0.171 0.077 289.7)CMYK
cmyk(63%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100529
2#0E0425
3#0C0420
4#0A031C
5#090317
6#070212
7#05020E
8#030109
9#020105
Tints
Lighter variations
1#210A57
2#310E81
3#4013AA
4#5017D3
5#6830E8
6#865AED
7#A483F1
8#C2ACF6
9#E1D6FA
Tones
Muted variations
1#12072C
2#13092A
3#140B28
4#150D26
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 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C3 #D3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B295 #B295F3 | BordersInactive statesPlaceholder text |
| 400 | 895E #895EED | Disabled statesSecondary iconsMuted text |
| 500 | 6830 #6830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C16 #4C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D12 #3D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0D #2B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C08 #1C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FD;
--black-100: #E7DFFB;
--black-200: #D3C3F8;
--black-300: #B295F3;
--black-400: #895EED;
--black-500: #6830E8;
--black-600: #4C16CA;
--black-700: #3D12A1;
--black-800: #2B0D73;
--black-900: #1C0849;
--black-950: #11052E;
}