Black
#300314
PinkColor Codes
All color formats for development
HEX
#300314RGB
rgb(48, 3, 20)HSL
hsl(337, 88%, 10%)OKLCH
oklch(0.205 0.075 2.7)CMYK
cmyk(0%, 94%, 58%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0312
2#260210
3#22020E
4#1D020C
5#18020A
6#130108
7#0E0106
8#0A0104
9#050002
Tints
Lighter variations
1#5B0627
2#860939
3#B10B4B
4#DD0E5D
5#F12775
6#F45290
7#F77EAC
8#F9A9C8
9#FCD4E3
Tones
Muted variations
1#2E0515
2#2B0815
3#290A16
4#270C16
5#250E17
6#221117
7#201318
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45793 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12775 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0520 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FDDDE9;
--black-200: #FBC1D7;
--black-300: #F891B8;
--black-400: #F45793;
--black-500: #F12775;
--black-600: #D30D59;
--black-700: #A80B47;
--black-800: #780833;
--black-900: #4D0520;
--black-950: #300314;
}