Black
#120033
PurpleColor Codes
All color formats for development
HEX
#120033RGB
rgb(18, 0, 51)HSL
hsl(261, 100%, 10%)OKLCH
oklch(0.167 0.094 290.8)CMYK
cmyk(65%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10002E
2#0E0029
3#0C0024
4#0B001F
5#09001A
6#070014
7#05000F
8#04000A
9#020005
Tints
Lighter variations
1#220061
2#32008F
3#4200BD
4#5200EB
5#6A1AFF
6#8847FF
7#A575FF
8#C3A3FF
9#E1D1FF
Tones
Muted variations
1#130330
2#13052E
3#14082B
4#150A29
5#160D26
6#160F24
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 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FF;
--black-100: #E8DBFF;
--black-200: #D4BDFF;
--black-300: #B38AFF;
--black-400: #8B4DFF;
--black-500: #6A1AFF;
--black-600: #4F00E0;
--black-700: #3E00B3;
--black-800: #2D0080;
--black-900: #1D0052;
--black-950: #120033;
}