Black
#1A0033
PurpleColor Codes
All color formats for development
HEX
#1A0033RGB
rgb(26, 0, 51)HSL
hsl(271, 100%, 10%)OKLCH
oklch(0.179 0.095 301.5)CMYK
cmyk(49%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18002E
2#150029
3#120024
4#10001F
5#0D001A
6#0B0014
7#08000F
8#05000A
9#030005
Tints
Lighter variations
1#320061
2#4A008F
3#6100BD
4#7900EB
5#901AFF
6#A647FF
7#BC75FF
8#D3A3FF
9#E9D1FF
Tones
Muted variations
1#1A0330
2#1A052E
3#1A082B
4#1A0A29
5#1A0D26
6#1A0F24
7#1A1221
8#1A141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBD #DFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C68A #C68AFF | BordersInactive statesPlaceholder text |
| 400 | A94D #A94DFF | Disabled statesSecondary iconsMuted text |
| 500 | 901A #901AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7400 #7400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C00 #5C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4200 #420080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A00 #2A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1A00 #1A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FF;
--black-100: #EEDBFF;
--black-200: #DFBDFF;
--black-300: #C68AFF;
--black-400: #A94DFF;
--black-500: #901AFF;
--black-600: #7400E0;
--black-700: #5C00B3;
--black-800: #420080;
--black-900: #2A0052;
--black-950: #1A0033;
}