Black
#140033
PurpleColor Codes
All color formats for development
HEX
#140033RGB
rgb(20, 0, 51)HSL
hsl(264, 100%, 10%)OKLCH
oklch(0.17 0.094 293.5)CMYK
cmyk(61%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12002E
2#100029
3#0E0024
4#0C001F
5#0A001A
6#080014
7#06000F
8#04000A
9#020005
Tints
Lighter variations
1#270061
2#39008F
3#4B00BD
4#5E00EB
5#751AFF
6#9147FF
7#AC75FF
8#C8A3FF
9#E3D1FF
Tones
Muted variations
1#150330
2#15052E
3#16082B
4#160A29
5#170D26
6#170F24
7#181221
8#18141F
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 | D7BD #D7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B98A #B98AFF | BordersInactive statesPlaceholder text |
| 400 | 944D #944DFF | Disabled statesSecondary iconsMuted text |
| 500 | 751A #751AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A00 #5A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4700 #4700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3300 #330080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2100 #210052 | Primary textHigh emphasis contentDark headings |
| 950 | 1400 #140033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FF;
--black-100: #EADBFF;
--black-200: #D7BDFF;
--black-300: #B98AFF;
--black-400: #944DFF;
--black-500: #751AFF;
--black-600: #5A00E0;
--black-700: #4700B3;
--black-800: #330080;
--black-900: #210052;
--black-950: #140033;
}