Black
#140132
PurpleColor Codes
All color formats for development
HEX
#140132RGB
rgb(20, 1, 50)HSL
hsl(263, 96%, 10%)OKLCH
oklch(0.171 0.091 293.7)CMYK
cmyk(60%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12012D
2#100128
3#0E0123
4#0C011E
5#0A0119
6#080014
7#06000F
8#04000A
9#020005
Tints
Lighter variations
1#26025F
2#37038C
3#4904B9
4#5B05E6
5#731EFA
6#8F4BFB
7#AB78FC
8#C7A5FD
9#E3D2FE
Tones
Muted variations
1#140330
2#15062D
3#16082B
4#160B28
5#170D26
6#171023
7#181221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78C #B78CFD | BordersInactive statesPlaceholder text |
| 400 | 9250 #9250FB | Disabled statesSecondary iconsMuted text |
| 500 | 731E #731EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5704 #5704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3103 #31037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FF;
--black-100: #E9DCFE;
--black-200: #D6BEFE;
--black-300: #B78CFD;
--black-400: #9250FB;
--black-500: #731EFA;
--black-600: #5704DC;
--black-700: #4504AF;
--black-800: #31037D;
--black-900: #200250;
--black-950: #140132;
}