Black
#320123
PinkColor Codes
All color formats for development
HEX
#320123RGB
rgb(50, 1, 35)HSL
hsl(318, 96%, 10%)OKLCH
oklch(0.214 0.089 343.8)CMYK
cmyk(0%, 98%, 30%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0120
2#28011C
3#230119
4#1E0115
5#190112
6#14000E
7#0F000B
8#0A0007
9#050004
Tints
Lighter variations
1#5F0243
2#8C0363
3#B90483
4#E605A2
5#FA1EB8
6#FB4BC6
7#FC78D5
8#FDA5E3
9#FED2F1
Tones
Muted variations
1#300322
2#2D0621
3#2B0820
4#280B1F
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 #FEDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDB | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50C8 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC049B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF047C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500238 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FA;
--black-100: #FEDCF4;
--black-200: #FEBEEB;
--black-300: #FD8CDB;
--black-400: #FB50C8;
--black-500: #FA1EB8;
--black-600: #DC049B;
--black-700: #AF047C;
--black-800: #7D0358;
--black-900: #500238;
--black-950: #320123;
}