Black
#180132
PurpleColor Codes
All color formats for development
HEX
#180132RGB
rgb(24, 1, 50)HSL
hsl(268, 96%, 10%)OKLCH
oklch(0.177 0.091 299.1)CMYK
cmyk(52%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15012D
2#130128
3#110123
4#0E011E
5#0C0119
6#0A0014
7#07000F
8#05000A
9#020005
Tints
Lighter variations
1#2D025F
2#43038C
3#5804B9
4#6E05E6
5#851EFA
6#9D4BFB
7#B678FC
8#CEA5FD
9#E7D2FE
Tones
Muted variations
1#180330
2#18062D
3#18082B
4#190B28
5#190D26
6#191023
7#191221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBE #DCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18C #C18CFD | BordersInactive statesPlaceholder text |
| 400 | A050 #A050FB | Disabled statesSecondary iconsMuted text |
| 500 | 851E #851EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6904 #6904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5404 #5404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C03 #3C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #260250 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FF;
--black-100: #ECDCFE;
--black-200: #DCBEFE;
--black-300: #C18CFD;
--black-400: #A050FB;
--black-500: #851EFA;
--black-600: #6904DC;
--black-700: #5404AF;
--black-800: #3C037D;
--black-900: #260250;
--black-950: #180132;
}