Black
#330033
PinkColor Codes
All color formats for development
HEX
#330033RGB
rgb(51, 0, 51)HSL
hsl(300, 100%, 10%)OKLCH
oklch(0.225 0.104 328.4)CMYK
cmyk(0%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E002E
2#290029
3#240024
4#1F001F
5#1A0019
6#140014
7#0F000F
8#0A000A
9#050005
Tints
Lighter variations
1#610061
2#8F008F
3#BD00BD
4#EB00EB
5#FF1AFF
6#FF47FF
7#FF75FF
8#FFA3FF
9#FFD1FF
Tones
Muted variations
1#300330
2#2E052E
3#2B082B
4#290A29
5#260D26
6#240F24
7#211221
8#1F141F
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AFF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520052 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FF;
--black-100: #FFDBFF;
--black-200: #FFBDFF;
--black-300: #FF8AFF;
--black-400: #FF4DFF;
--black-500: #FF1AFF;
--black-600: #E000E0;
--black-700: #B300B3;
--black-800: #800080;
--black-900: #520052;
--black-950: #330033;
}