Black
#300318
PinkColor Codes
All color formats for development
HEX
#300318RGB
rgb(48, 3, 24)HSL
hsl(332, 88%, 10%)OKLCH
oklch(0.207 0.076 357)CMYK
cmyk(0%, 94%, 50%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0316
2#260213
3#220211
4#1D020E
5#18020C
6#13010A
7#0E0107
8#0A0105
9#050002
Tints
Lighter variations
1#5B062E
2#860943
3#B10B59
4#DD0E6E
5#F12786
6#F4529E
7#F77EB6
8#F9A9CE
9#FCD4E7
Tones
Muted variations
1#2E0518
2#2B0818
3#290A18
4#270C19
5#250E19
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 #FBC1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891C1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457A1 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12786 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78083C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0526 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300318 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F7;
--black-100: #FDDDEC;
--black-200: #FBC1DC;
--black-300: #F891C1;
--black-400: #F457A1;
--black-500: #F12786;
--black-600: #D30D6A;
--black-700: #A80B54;
--black-800: #78083C;
--black-900: #4D0526;
--black-950: #300318;
}