Black
#300315
PinkColor Codes
All color formats for development
HEX
#300315RGB
rgb(48, 3, 21)HSL
hsl(336, 88%, 10%)OKLCH
oklch(0.205 0.075 1.3)CMYK
cmyk(0%, 94%, 56%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0313
2#260211
3#22020F
4#1D020D
5#18020B
6#130108
7#0E0106
8#0A0104
9#050002
Tints
Lighter variations
1#5B0628
2#86093B
3#B10B4E
4#DD0E61
5#F12778
6#F45293
7#F77EAE
8#F9A9C9
9#FCD4E4
Tones
Muted variations
1#2E0515
2#2B0816
3#290A16
4#270C17
5#250E17
6#221118
7#201318
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BA | BordersInactive statesPlaceholder text |
| 400 | F457 #F45796 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12778 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0522 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300315 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FDDDEA;
--black-200: #FBC1D8;
--black-300: #F891BA;
--black-400: #F45796;
--black-500: #F12778;
--black-600: #D30D5C;
--black-700: #A80B4A;
--black-800: #780835;
--black-900: #4D0522;
--black-950: #300315;
}