Black
#300328
PinkColor Codes
All color formats for development
HEX
#300328RGB
rgb(48, 3, 40)HSL
hsl(311, 88%, 10%)OKLCH
oklch(0.215 0.087 336.5)CMYK
cmyk(0%, 94%, 17%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0324
2#260220
3#22021C
4#1D0218
5#180214
6#130110
7#0E010C
8#0A0108
9#050004
Tints
Lighter variations
1#5B064B
2#86096F
3#B10B93
4#DD0EB7
5#F127CC
6#F452D6
7#F77EE1
8#F9A9EB
9#FCD4F5
Tones
Muted variations
1#2E0526
2#2B0825
3#290A23
4#270C22
5#250E21
6#22111F
7#20131E
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127CC | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0540 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FC;
--black-100: #FDDDF7;
--black-200: #FBC1F0;
--black-300: #F891E5;
--black-400: #F457D7;
--black-500: #F127CC;
--black-600: #D30DAF;
--black-700: #A80B8B;
--black-800: #780863;
--black-900: #4D0540;
--black-950: #300328;
}