Black
#320124
PinkColor Codes
All color formats for development
HEX
#320124RGB
rgb(50, 1, 36)HSL
hsl(317, 96%, 10%)OKLCH
oklch(0.214 0.089 342.6)CMYK
cmyk(0%, 98%, 28%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0120
2#28011D
3#230119
4#1E0116
5#190112
6#14000E
7#0F000B
8#0A0007
9#050004
Tints
Lighter variations
1#5F0245
2#8C0365
3#B90486
4#E605A6
5#FA1EBC
6#FB4BC9
7#FC78D7
8#FDA5E4
9#FED2F2
Tones
Muted variations
1#300323
2#2D0622
3#2B0821
4#280B20
5#260D1F
6#23101E
7#21121D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50CB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC049F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF047E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FB;
--black-100: #FEDCF5;
--black-200: #FEBEEC;
--black-300: #FD8CDD;
--black-400: #FB50CB;
--black-500: #FA1EBC;
--black-600: #DC049F;
--black-700: #AF047E;
--black-800: #7D035A;
--black-900: #50023A;
--black-950: #320124;
}