Black
#33002F
PinkColor Codes
All color formats for development
HEX
#33002FRGB
rgb(51, 0, 47)HSL
hsl(305, 100%, 10%)OKLCH
oklch(0.222 0.1 332)CMYK
cmyk(0%, 100%, 8%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E002A
2#290025
3#240021
4#1F001C
5#1A0017
6#140013
7#0F000E
8#0A0009
9#050005
Tints
Lighter variations
1#610059
2#8F0083
3#BD00AD
4#EB00D7
5#FF1AEC
6#FF47F0
7#FF75F4
8#FFA3F7
9#FFD1FB
Tones
Muted variations
1#30032D
2#2E052B
3#2B0828
4#290A26
5#260D24
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 #FFDBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AF5 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DF0 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AEC | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52004B | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33002F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0FE;
--black-100: #FFDBFC;
--black-200: #FFBDF9;
--black-300: #FF8AF5;
--black-400: #FF4DF0;
--black-500: #FF1AEC;
--black-600: #E000CE;
--black-700: #B300A4;
--black-800: #800075;
--black-900: #52004B;
--black-950: #33002F;
}