Black
#32012D
PinkColor Codes
All color formats for development
HEX
#32012DRGB
rgb(50, 1, 45)HSL
hsl(306, 96%, 10%)OKLCH
oklch(0.22 0.096 333)CMYK
cmyk(0%, 98%, 10%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0129
2#280124
3#230120
4#1E011B
5#190117
6#140012
7#0F000E
8#0A0009
9#050005
Tints
Lighter variations
1#5F0256
2#8C037E
3#B904A7
4#E605CF
5#FA1EE4
6#FB4BEA
7#FC78EF
8#FDA5F4
9#FED2FA
Tones
Muted variations
1#30032B
2#2D0629
3#2B0827
4#280B25
5#260D23
6#231021
7#21121F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50EA | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500248 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FD;
--black-100: #FEDCFB;
--black-200: #FEBEF7;
--black-300: #FD8CF1;
--black-400: #FB50EA;
--black-500: #FA1EE4;
--black-600: #DC04C6;
--black-700: #AF049E;
--black-800: #7D0371;
--black-900: #500248;
--black-950: #32012D;
}