Black
#32012C
PinkColor Codes
All color formats for development
HEX
#32012CRGB
rgb(50, 1, 44)HSL
hsl(307, 96%, 10%)OKLCH
oklch(0.219 0.095 334)CMYK
cmyk(0%, 98%, 12%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0128
2#280123
3#23011F
4#1E011B
5#190116
6#140012
7#0F000D
8#0A0009
9#050004
Tints
Lighter variations
1#5F0254
2#8C037C
3#B904A4
4#E605CC
5#FA1EE1
6#FB4BE7
7#FC78ED
8#FDA5F3
9#FED2F9
Tones
Muted variations
1#30032A
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 #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF0 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E7 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500247 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FD;
--black-100: #FEDCFA;
--black-200: #FEBEF6;
--black-300: #FD8CF0;
--black-400: #FB50E7;
--black-500: #FA1EE1;
--black-600: #DC04C3;
--black-700: #AF049B;
--black-800: #7D036F;
--black-900: #500247;
--black-950: #32012C;
}