Black
#32012B
PinkColor Codes
All color formats for development
HEX
#32012BRGB
rgb(50, 1, 43)HSL
hsl(309, 96%, 10%)OKLCH
oklch(0.219 0.095 335)CMYK
cmyk(0%, 98%, 14%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0126
2#280122
3#23011E
4#1E011A
5#190115
6#140011
7#0F000D
8#0A0009
9#050004
Tints
Lighter variations
1#5F0251
2#8C0377
3#B9049E
4#E605C4
5#FA1ED9
6#FB4BE1
7#FC78E8
8#FDA5F0
9#FED2F7
Tones
Muted variations
1#300329
2#2D0627
3#2B0825
4#280B24
5#260D22
6#231020
7#21121F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEC | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E2 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500244 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FC;
--black-100: #FEDCF9;
--black-200: #FEBEF4;
--black-300: #FD8CEC;
--black-400: #FB50E2;
--black-500: #FA1ED9;
--black-600: #DC04BC;
--black-700: #AF0495;
--black-800: #7D036B;
--black-900: #500244;
--black-950: #32012B;
}