Black
#130033
PurpleColor Codes
All color formats for development
HEX
#130033RGB
rgb(19, 0, 51)HSL
hsl(262, 100%, 10%)OKLCH
oklch(0.168 0.094 292.2)CMYK
cmyk(63%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11002E
2#0F0029
3#0D0024
4#0B001F
5#09001A
6#070014
7#06000F
8#04000A
9#020005
Tints
Lighter variations
1#240061
2#34008F
3#4500BD
4#5600EB
5#6E1AFF
6#8B47FF
7#A875FF
8#C5A3FF
9#E2D1FF
Tones
Muted variations
1#130330
2#14052E
3#15082B
4#150A29
5#160D26
6#170F24
7#171221
8#18141F
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FF;
--black-100: #E8DBFF;
--black-200: #D5BDFF;
--black-300: #B58AFF;
--black-400: #8E4DFF;
--black-500: #6E1AFF;
--black-600: #5200E0;
--black-700: #4100B3;
--black-800: #2F0080;
--black-900: #1E0052;
--black-950: #130033;
}