Black
#32011B
PinkColor Codes
All color formats for development
HEX
#32011BRGB
rgb(50, 1, 27)HSL
hsl(328, 96%, 10%)OKLCH
oklch(0.209 0.084 353.6)CMYK
cmyk(0%, 98%, 46%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0118
2#280116
3#230113
4#1E0110
5#19010E
6#14000B
7#0F0008
8#0A0005
9#050003
Tints
Lighter variations
1#5F0234
2#8C034C
3#B90464
4#E6057D
5#FA1E94
6#FB4BA9
7#FC78BF
8#FDA5D4
9#FED2EA
Tones
Muted variations
1#30031B
2#2D061B
3#2B081B
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 #FEBEE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC8 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50AB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E94 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF045F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0344 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50022B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F8;
--black-100: #FEDCEE;
--black-200: #FEBEE0;
--black-300: #FD8CC8;
--black-400: #FB50AB;
--black-500: #FA1E94;
--black-600: #DC0477;
--black-700: #AF045F;
--black-800: #7D0344;
--black-900: #50022B;
--black-950: #32011B;
}