Black
#300316
PinkColor Codes
All color formats for development
HEX
#300316RGB
rgb(48, 3, 22)HSL
hsl(335, 88%, 10%)OKLCH
oklch(0.206 0.075 359.8)CMYK
cmyk(0%, 94%, 54%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0314
2#260211
3#22020F
4#1D020D
5#18020B
6#130109
7#0E0107
8#0A0104
9#050002
Tints
Lighter variations
1#5B0629
2#86093D
3#B10B51
4#DD0E64
5#F1277B
6#F45296
7#F77EB0
8#F9A9CA
9#FCD4E5
Tones
Muted variations
1#2E0516
2#2B0817
3#290A17
4#270C17
5#250E18
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 #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BC | BordersInactive statesPlaceholder text |
| 400 | F457 #F45799 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277B | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0523 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300316 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FDDDEB;
--black-200: #FBC1D9;
--black-300: #F891BC;
--black-400: #F45799;
--black-500: #F1277B;
--black-600: #D30D60;
--black-700: #A80B4C;
--black-800: #780836;
--black-900: #4D0523;
--black-950: #300316;
}