Black
#300317
PinkColor Codes
All color formats for development
HEX
#300317RGB
rgb(48, 3, 23)HSL
hsl(333, 88%, 10%)OKLCH
oklch(0.206 0.076 358.4)CMYK
cmyk(0%, 94%, 52%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0315
2#260213
3#220210
4#1D020E
5#18020C
6#130109
7#0E0107
8#0A0105
9#050002
Tints
Lighter variations
1#5B062C
2#860941
3#B10B56
4#DD0E6B
5#F12782
6#F4529B
7#F77EB4
8#F9A9CD
9#FCD4E6
Tones
Muted variations
1#2E0517
2#2B0818
3#290A18
4#270C18
5#250E18
6#221119
7#201319
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BF | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12782 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0525 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F7;
--black-100: #FDDDEC;
--black-200: #FBC1DB;
--black-300: #F891BF;
--black-400: #F4579E;
--black-500: #F12782;
--black-600: #D30D66;
--black-700: #A80B51;
--black-800: #78083A;
--black-900: #4D0525;
--black-950: #300317;
}