Black
#300327
PinkColor Codes
All color formats for development
HEX
#300327RGB
rgb(48, 3, 39)HSL
hsl(312, 88%, 10%)OKLCH
oklch(0.215 0.086 337.6)CMYK
cmyk(0%, 94%, 19%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0323
2#26021F
3#22021B
4#1D0217
5#180213
6#130110
7#0E010C
8#0A0108
9#050004
Tints
Lighter variations
1#5B064A
2#86096D
3#B10B90
4#DD0EB3
5#F127C9
6#F452D4
7#F77EDF
8#F9A9E9
9#FCD4F4
Tones
Muted variations
1#2E0526
2#2B0824
3#290A23
4#270C22
5#250E20
6#22111F
7#20131E
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E3 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FB;
--black-100: #FDDDF7;
--black-200: #FBC1EF;
--black-300: #F891E3;
--black-400: #F457D5;
--black-500: #F127C9;
--black-600: #D30DAB;
--black-700: #A80B88;
--black-800: #780861;
--black-900: #4D053E;
--black-950: #300327;
}