Black
#130330
PurpleColor Codes
All color formats for development
HEX
#130330RGB
rgb(19, 3, 48)HSL
hsl(261, 88%, 10%)OKLCH
oklch(0.171 0.084 292.6)CMYK
cmyk(60%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11032B
2#0F0226
3#0D0222
4#0B021D
5#090218
6#080113
7#06010E
8#04010A
9#020005
Tints
Lighter variations
1#24065B
2#350986
3#450BB1
4#560EDD
5#6E27F1
6#8B52F4
7#A87EF7
8#C5A9F9
9#E2D4FC
Tones
Muted variations
1#13052E
2#14082B
3#150A29
4#150C27
5#160E25
6#171122
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 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FE;
--black-100: #E8DDFD;
--black-200: #D5C1FB;
--black-300: #B591F8;
--black-400: #8E57F4;
--black-500: #6E27F1;
--black-600: #530DD3;
--black-700: #420BA8;
--black-800: #2F0878;
--black-900: #1E054D;
--black-950: #130330;
}