Black
#240132
PurpleColor Codes
All color formats for development
HEX
#240132RGB
rgb(36, 1, 50)HSL
hsl(283, 96%, 10%)OKLCH
oklch(0.197 0.095 314)CMYK
cmyk(28%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20012D
2#1D0128
3#190123
4#16011E
5#120119
6#0E0014
7#0B000F
8#07000A
9#040005
Tints
Lighter variations
1#45025F
2#65038C
3#8604B9
4#A605E6
5#BC1EFA
6#C94BFB
7#D778FC
8#E4A5FD
9#F2D2FE
Tones
Muted variations
1#230330
2#22062D
3#21082B
4#200B28
5#1F0D26
6#1E1023
7#1D1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBE #ECBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8C #DD8CFD | BordersInactive statesPlaceholder text |
| 400 | CB50 #CB50FB | Disabled statesSecondary iconsMuted text |
| 500 | BC1E #BC1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F04 #9F04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E04 #7E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A03 #5A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A02 #3A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F5DCFE;
--black-200: #ECBEFE;
--black-300: #DD8CFD;
--black-400: #CB50FB;
--black-500: #BC1EFA;
--black-600: #9F04DC;
--black-700: #7E04AF;
--black-800: #5A037D;
--black-900: #3A0250;
--black-950: #240132;
}