Black
#1E0033
PurpleColor Codes
All color formats for development
HEX
#1E0033RGB
rgb(30, 0, 51)HSL
hsl(275, 100%, 10%)OKLCH
oklch(0.186 0.096 306.5)CMYK
cmyk(41%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B002E
2#180029
3#150024
4#12001F
5#0F001A
6#0C0014
7#09000F
8#06000A
9#030005
Tints
Lighter variations
1#390061
2#53008F
3#6E00BD
4#8900EB
5#9F1AFF
6#B247FF
7#C675FF
8#D9A3FF
9#ECD1FF
Tones
Muted variations
1#1D0330
2#1D052E
3#1C082B
4#1C0A29
5#1C0D26
6#1B0F24
7#1B1221
8#1A141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FF;
--black-100: #F0DBFF;
--black-200: #E3BDFF;
--black-300: #CE8AFF;
--black-400: #B54DFF;
--black-500: #9F1AFF;
--black-600: #8300E0;
--black-700: #6800B3;
--black-800: #4A0080;
--black-900: #300052;
--black-950: #1E0033;
}