Black
#300320
PinkColor Codes
All color formats for development
HEX
#300320RGB
rgb(48, 3, 32)HSL
hsl(321, 88%, 10%)OKLCH
oklch(0.211 0.081 346.1)CMYK
cmyk(0%, 94%, 33%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B031D
2#26021A
3#220217
4#1D0213
5#180210
6#13010D
7#0E010A
8#0A0106
9#050003
Tints
Lighter variations
1#5B063D
2#86095A
3#B10B77
4#DD0E94
5#F127AB
6#F452BB
7#F77ECC
8#F9A9DD
9#FCD4EE
Tones
Muted variations
1#2E0520
2#2B081F
3#290A1E
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 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D4 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457BD | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127AB | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0534 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F9;
--black-100: #FDDDF2;
--black-200: #FBC1E7;
--black-300: #F891D4;
--black-400: #F457BD;
--black-500: #F127AB;
--black-600: #D30D8E;
--black-700: #A80B71;
--black-800: #780851;
--black-900: #4D0534;
--black-950: #300320;
}