Black
#110033
PurpleColor Codes
All color formats for development
HEX
#110033RGB
rgb(17, 0, 51)HSL
hsl(260, 100%, 10%)OKLCH
oklch(0.166 0.094 289.4)CMYK
cmyk(67%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F002E
2#0E0029
3#0C0024
4#0A001F
5#09001A
6#070014
7#05000F
8#03000A
9#020005
Tints
Lighter variations
1#200061
2#30008F
3#3F00BD
4#4E00EB
5#661AFF
6#8547FF
7#A375FF
8#C2A3FF
9#E0D1FF
Tones
Muted variations
1#120330
2#13052E
3#14082B
4#140A29
5#150D26
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 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BD #D3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B18A #B18AFF | BordersInactive statesPlaceholder text |
| 400 | 884D #884DFF | Disabled statesSecondary iconsMuted text |
| 500 | 661A #661AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B00 #4B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B00 #3B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A00 #2A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B00 #1B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1100 #110033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FF;
--black-100: #E7DBFF;
--black-200: #D3BDFF;
--black-300: #B18AFF;
--black-400: #884DFF;
--black-500: #661AFF;
--black-600: #4B00E0;
--black-700: #3B00B3;
--black-800: #2A0080;
--black-900: #1B0052;
--black-950: #110033;
}