Black
#320125
PinkColor Codes
All color formats for development
HEX
#320125RGB
rgb(50, 1, 37)HSL
hsl(316, 96%, 10%)OKLCH
oklch(0.215 0.09 341.5)CMYK
cmyk(0%, 98%, 26%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0121
2#28011E
3#23011A
4#1E0116
5#190112
6#14000F
7#0F000B
8#0A0007
9#050004
Tints
Lighter variations
1#5F0246
2#8C0367
3#B90489
4#E605AA
5#FA1EC0
6#FB4BCC
7#FC78D9
8#FDA5E6
9#FED2F2
Tones
Muted variations
1#300324
2#2D0623
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 #FEBEED | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDF | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50CE | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FB;
--black-100: #FEDCF5;
--black-200: #FEBEED;
--black-300: #FD8CDF;
--black-400: #FB50CE;
--black-500: #FA1EC0;
--black-600: #DC04A2;
--black-700: #AF0481;
--black-800: #7D035C;
--black-900: #50023B;
--black-950: #320125;
}