Black
#32011A
PinkColor Codes
All color formats for development
HEX
#32011ARGB
rgb(50, 1, 26)HSL
hsl(329, 96%, 10%)OKLCH
oklch(0.209 0.083 354.9)CMYK
cmyk(0%, 98%, 48%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0118
2#280115
3#230112
4#1E0110
5#19010D
6#14000B
7#0F0008
8#0A0005
9#050003
Tints
Lighter variations
1#5F0232
2#8C034A
3#B90461
4#E60579
5#FA1E90
6#FB4BA6
7#FC78BC
8#FDA5D3
9#FED2E9
Tones
Muted variations
1#30031A
2#2D061A
3#2B081A
4#280B1A
5#260D1A
6#23101A
7#21121A
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDF | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC6 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50A9 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E90 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0474 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF045C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50022A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F8;
--black-100: #FEDCEE;
--black-200: #FEBEDF;
--black-300: #FD8CC6;
--black-400: #FB50A9;
--black-500: #FA1E90;
--black-600: #DC0474;
--black-700: #AF045C;
--black-800: #7D0342;
--black-900: #50022A;
--black-950: #32011A;
}