Black
#300322
PinkColor Codes
All color formats for development
HEX
#300322RGB
rgb(48, 3, 34)HSL
hsl(319, 88%, 10%)OKLCH
oklch(0.212 0.083 343.6)CMYK
cmyk(0%, 94%, 29%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B031E
2#26021B
3#220218
4#1D0214
5#180211
6#13010D
7#0E010A
8#0A0107
9#050003
Tints
Lighter variations
1#5B0640
2#86095E
3#B10B7D
4#DD0E9B
5#F127B1
6#F452C1
7#F77ED0
8#F9A9E0
9#FCD4EF
Tones
Muted variations
1#2E0521
2#2B0820
3#290A1F
4#270C1E
5#250E1E
6#22111D
7#20131C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C3 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0536 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FA;
--black-100: #FDDDF3;
--black-200: #FBC1E9;
--black-300: #F891D7;
--black-400: #F457C3;
--black-500: #F127B1;
--black-600: #D30D94;
--black-700: #A80B76;
--black-800: #780854;
--black-900: #4D0536;
--black-950: #300322;
}