Black
#30032D
PinkColor Codes
All color formats for development
HEX
#30032DRGB
rgb(48, 3, 45)HSL
hsl(304, 88%, 10%)OKLCH
oklch(0.219 0.091 331.2)CMYK
cmyk(0%, 94%, 6%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0328
2#260224
3#22021F
4#1D021B
5#180216
6#130112
7#0E010D
8#0A0109
9#050004
Tints
Lighter variations
1#5B0655
2#86097E
3#B10BA6
4#DD0ECF
5#F127E4
6#F452E9
7#F77EEF
8#F9A9F4
9#FCD4FA
Tones
Muted variations
1#2E052B
2#2B0829
3#290A27
4#270C25
5#250E23
6#221121
7#20131F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457EA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0548 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FD;
--black-100: #FDDDFB;
--black-200: #FBC1F7;
--black-300: #F891F1;
--black-400: #F457EA;
--black-500: #F127E4;
--black-600: #D30DC6;
--black-700: #A80B9D;
--black-800: #780870;
--black-900: #4D0548;
--black-950: #30032D;
}