Black
#330030
PinkColor Codes
All color formats for development
HEX
#330030RGB
rgb(51, 0, 48)HSL
hsl(304, 100%, 10%)OKLCH
oklch(0.223 0.101 331.1)CMYK
cmyk(0%, 100%, 6%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E002B
2#290026
3#240021
4#1F001D
5#1A0018
6#140013
7#0F000E
8#0A000A
9#050005
Tints
Lighter variations
1#61005A
2#8F0085
3#BD00B0
4#EB00DB
5#FF1AF0
6#FF47F3
7#FF75F6
8#FFA3F9
9#FFD1FC
Tones
Muted variations
1#30032D
2#2E052B
3#2B0829
4#290A27
5#260D25
6#240F22
7#211220
8#1F141E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF7 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DF3 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52004C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FE;
--black-100: #FFDBFD;
--black-200: #FFBDFB;
--black-300: #FF8AF7;
--black-400: #FF4DF3;
--black-500: #FF1AF0;
--black-600: #E000D1;
--black-700: #B300A7;
--black-800: #800077;
--black-900: #52004C;
--black-950: #330030;
}