Black
#330024
PinkColor Codes
All color formats for development
HEX
#330024RGB
rgb(51, 0, 36)HSL
hsl(318, 100%, 10%)OKLCH
oklch(0.215 0.092 343.3)CMYK
cmyk(0%, 100%, 29%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0020
2#29001D
3#240019
4#1F0015
5#1A0012
6#14000E
7#0F000B
8#0A0007
9#050004
Tints
Lighter variations
1#610044
2#8F0064
3#BD0084
4#EB00A4
5#FF1ABA
6#FF47C8
7#FF75D6
8#FFA3E3
9#FFD1F1
Tones
Muted variations
1#300323
2#2E0522
3#2B0821
4#290A20
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 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ADC | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC9 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0009D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3007D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520039 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FA;
--black-100: #FFDBF4;
--black-200: #FFBDEB;
--black-300: #FF8ADC;
--black-400: #FF4DC9;
--black-500: #FF1ABA;
--black-600: #E0009D;
--black-700: #B3007D;
--black-800: #800059;
--black-900: #520039;
--black-950: #330024;
}