Black
#300321
PinkColor Codes
All color formats for development
HEX
#300321RGB
rgb(48, 3, 33)HSL
hsl(320, 88%, 10%)OKLCH
oklch(0.211 0.082 344.8)CMYK
cmyk(0%, 94%, 31%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B031E
2#26021A
3#220217
4#1D0214
5#180210
6#13010D
7#0E010A
8#0A0107
9#050003
Tints
Lighter variations
1#5B063F
2#86095C
3#B10B7A
4#DD0E98
5#F127AE
6#F452BE
7#F77ECE
8#F9A9DF
9#FCD4EF
Tones
Muted variations
1#2E0520
2#2B081F
3#290A1F
4#270C1E
5#250E1D
6#22111C
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 #FDDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D6 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127AE | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0535 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FA;
--black-100: #FDDDF2;
--black-200: #FBC1E8;
--black-300: #F891D6;
--black-400: #F457C0;
--black-500: #F127AE;
--black-600: #D30D91;
--black-700: #A80B73;
--black-800: #780852;
--black-900: #4D0535;
--black-950: #300321;
}