Black
#13052E
PurpleColor Codes
All color formats for development
HEX
#13052ERGB
rgb(19, 5, 46)HSL
hsl(260, 80%, 10%)OKLCH
oklch(0.173 0.077 292.7)CMYK
cmyk(59%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110529
2#0F0425
3#0D0420
4#0B031C
5#090317
6#070212
7#06020E
8#040109
9#020105
Tints
Lighter variations
1#240A57
2#340E81
3#4513AA
4#5617D3
5#6E30E8
6#8B5AED
7#A883F1
8#C5ACF6
9#E2D6FA
Tones
Muted variations
1#13072C
2#14092A
3#150B28
4#150D26
5#160F24
6#171122
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 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FD;
--black-100: #E8DFFB;
--black-200: #D5C3F8;
--black-300: #B595F3;
--black-400: #8E5EED;
--black-500: #6E30E8;
--black-600: #5216CA;
--black-700: #4112A1;
--black-800: #2F0D73;
--black-900: #1E0849;
--black-950: #13052E;
}