Black
#320126
PinkColor Codes
All color formats for development
HEX
#320126RGB
rgb(50, 1, 38)HSL
hsl(315, 96%, 10%)OKLCH
oklch(0.215 0.091 340.4)CMYK
cmyk(0%, 98%, 24%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0122
2#28011E
3#23011A
4#1E0117
5#190113
6#14000F
7#0F000B
8#0A0008
9#050004
Tints
Lighter variations
1#5F0248
2#8C036A
3#B9048C
4#E605AE
5#FA1EC3
6#FB4BCF
7#FC78DB
8#FDA5E7
9#FED2F3
Tones
Muted variations
1#300325
2#2D0623
3#2B0822
4#280B21
5#260D20
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 #FEDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D1 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FB;
--black-100: #FEDCF6;
--black-200: #FEBEEE;
--black-300: #FD8CE1;
--black-400: #FB50D1;
--black-500: #FA1EC3;
--black-600: #DC04A6;
--black-700: #AF0484;
--black-800: #7D035E;
--black-900: #50023C;
--black-950: #320126;
}