Black
#330028
PinkColor Codes
All color formats for development
HEX
#330028RGB
rgb(51, 0, 40)HSL
hsl(313, 100%, 10%)OKLCH
oklch(0.217 0.095 339)CMYK
cmyk(0%, 100%, 22%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0024
2#290020
3#24001C
4#1F0018
5#1A0014
6#140010
7#0F000C
8#0A0008
9#050004
Tints
Lighter variations
1#61004C
2#8F0070
3#BD0094
4#EB00B8
5#FF1ACD
6#FF47D7
7#FF75E1
8#FFA3EB
9#FFD1F5
Tones
Muted variations
1#300327
2#2E0525
3#2B0824
4#290A22
5#260D21
6#240F1F
7#21121E
8#1F141C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE6 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DD8 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3008C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520040 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FC;
--black-100: #FFDBF7;
--black-200: #FFBDF1;
--black-300: #FF8AE6;
--black-400: #FF4DD8;
--black-500: #FF1ACD;
--black-600: #E000B0;
--black-700: #B3008C;
--black-800: #800064;
--black-900: #520040;
--black-950: #330028;
}