Black
#330025
PinkColor Codes
All color formats for development
HEX
#330025RGB
rgb(51, 0, 37)HSL
hsl(316, 100%, 10%)OKLCH
oklch(0.216 0.093 342.2)CMYK
cmyk(0%, 100%, 27%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0022
2#29001E
3#24001A
4#1F0016
5#1A0013
6#14000F
7#0F000B
8#0A0007
9#050004
Tints
Lighter variations
1#610047
2#8F0069
3#BD008A
4#EB00AC
5#FF1AC2
6#FF47CE
7#FF75DA
8#FFA3E7
9#FFD1F3
Tones
Muted variations
1#300324
2#2E0523
3#2B0822
4#290A21
5#260D1F
6#240F1E
7#21121D
8#1F141C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE0 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DCF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80005E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FB;
--black-100: #FFDBF5;
--black-200: #FFBDED;
--black-300: #FF8AE0;
--black-400: #FF4DCF;
--black-500: #FF1AC2;
--black-600: #E000A5;
--black-700: #B30083;
--black-800: #80005E;
--black-900: #52003C;
--black-950: #330025;
}