Black
#300324
PinkColor Codes
All color formats for development
HEX
#300324RGB
rgb(48, 3, 36)HSL
hsl(316, 88%, 10%)OKLCH
oklch(0.213 0.084 341.1)CMYK
cmyk(0%, 94%, 25%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0320
2#26021D
3#220219
4#1D0216
5#180212
6#13010E
7#0E010B
8#0A0107
9#050004
Tints
Lighter variations
1#5B0644
2#860965
3#B10B85
4#DD0EA5
5#F127BB
6#F452C9
7#F77ED6
8#F9A9E4
9#FCD4F1
Tones
Muted variations
1#2E0523
2#2B0822
3#290A21
4#270C20
5#250E1F
6#22111E
7#20131D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891DC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457CA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127BB | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78085A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FA;
--black-100: #FDDDF4;
--black-200: #FBC1EB;
--black-300: #F891DC;
--black-400: #F457CA;
--black-500: #F127BB;
--black-600: #D30D9E;
--black-700: #A80B7E;
--black-800: #78085A;
--black-900: #4D053A;
--black-950: #300324;
}