Black
#32012E
PinkColor Codes
All color formats for development
HEX
#32012ERGB
rgb(50, 1, 46)HSL
hsl(305, 96%, 10%)OKLCH
oklch(0.221 0.097 332.1)CMYK
cmyk(0%, 98%, 8%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0129
2#280125
3#230120
4#1E011C
5#190117
6#140012
7#0F000E
8#0A0009
9#050005
Tints
Lighter variations
1#5F0257
2#8C0381
3#B904AA
4#E605D3
5#FA1EE8
6#FB4BED
7#FC78F1
8#FDA5F6
9#FED2FA
Tones
Muted variations
1#30032C
2#2D062A
3#2B0828
4#280B26
5#260D24
6#231022
7#211220
8#1E151E
9#1C171C
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 #FEBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50ED | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500249 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FD;
--black-100: #FEDCFB;
--black-200: #FEBEF8;
--black-300: #FD8CF3;
--black-400: #FB50ED;
--black-500: #FA1EE8;
--black-600: #DC04CA;
--black-700: #AF04A1;
--black-800: #7D0373;
--black-900: #500249;
--black-950: #32012E;
}