Black
#320132
PinkColor Codes
All color formats for development
HEX
#320132RGB
rgb(50, 1, 50)HSL
hsl(300, 96%, 10%)OKLCH
oklch(0.224 0.1 328.3)CMYK
cmyk(0%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D012D
2#280128
3#230123
4#1E011E
5#190119
6#140014
7#0F000F
8#0A000A
9#050005
Tints
Lighter variations
1#5F025F
2#8C038C
3#B904B9
4#E605E6
5#FA1EFA
6#FB4BFB
7#FC78FC
8#FDA5FD
9#FED2FE
Tones
Muted variations
1#300330
2#2D062D
3#2B082B
4#280B28
5#260D26
6#231023
7#211221
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CFD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50FB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500250 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FF;
--black-100: #FEDCFE;
--black-200: #FEBEFE;
--black-300: #FD8CFD;
--black-400: #FB50FB;
--black-500: #FA1EFA;
--black-600: #DC04DC;
--black-700: #AF04AF;
--black-800: #7D037D;
--black-900: #500250;
--black-950: #320132;
}