Black
#320122
PinkColor Codes
All color formats for development
HEX
#320122RGB
rgb(50, 1, 34)HSL
hsl(320, 96%, 10%)OKLCH
oklch(0.213 0.088 344.9)CMYK
cmyk(0%, 98%, 32%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D011E
2#28011B
3#230118
4#1E0114
5#190111
6#14000D
7#0F000A
8#0A0007
9#050003
Tints
Lighter variations
1#5F0240
2#8C035E
3#B9047D
4#E6059B
5#FA1EB1
6#FB4BC1
7#FC78D0
8#FDA5E0
9#FED2EF
Tones
Muted variations
1#300321
2#2D0620
3#2B081F
4#280B1E
5#260D1E
6#23101D
7#21121C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CD7 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50C2 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0494 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0476 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500236 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FA;
--black-100: #FEDCF3;
--black-200: #FEBEE8;
--black-300: #FD8CD7;
--black-400: #FB50C2;
--black-500: #FA1EB1;
--black-600: #DC0494;
--black-700: #AF0476;
--black-800: #7D0354;
--black-900: #500236;
--black-950: #320122;
}