Black
#150033
PurpleColor Codes
All color formats for development
HEX
#150033RGB
rgb(21, 0, 51)HSL
hsl(265, 100%, 10%)OKLCH
oklch(0.171 0.094 294.9)CMYK
cmyk(59%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13002E
2#110029
3#0F0024
4#0D001F
5#0B001A
6#080014
7#06000F
8#04000A
9#020005
Tints
Lighter variations
1#280061
2#3B008F
3#4F00BD
4#6200EB
5#791AFF
6#9447FF
7#AF75FF
8#C9A3FF
9#E4D1FF
Tones
Muted variations
1#160330
2#16052E
3#17082B
4#170A29
5#170D26
6#180F24
7#181221
8#19141F
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FF;
--black-100: #EADBFF;
--black-200: #D8BDFF;
--black-300: #BB8AFF;
--black-400: #974DFF;
--black-500: #791AFF;
--black-600: #5E00E0;
--black-700: #4A00B3;
--black-800: #350080;
--black-900: #220052;
--black-950: #150033;
}