Black
#300323
PinkColor Codes
All color formats for development
HEX
#300323RGB
rgb(48, 3, 35)HSL
hsl(317, 88%, 10%)OKLCH
oklch(0.212 0.083 342.3)CMYK
cmyk(0%, 94%, 27%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0320
2#26021C
3#220219
4#1D0215
5#180212
6#13010E
7#0E010B
8#0A0107
9#050004
Tints
Lighter variations
1#5B0643
2#860963
3#B10B82
4#DD0EA2
5#F127B8
6#F452C6
7#F77ED4
8#F9A9E3
9#FCD4F1
Tones
Muted variations
1#2E0522
2#2B0821
3#290A20
4#270C1F
5#250E1E
6#22111D
7#20131C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891DB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C8 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0538 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FA;
--black-100: #FDDDF4;
--black-200: #FBC1EA;
--black-300: #F891DB;
--black-400: #F457C8;
--black-500: #F127B8;
--black-600: #D30D9B;
--black-700: #A80B7B;
--black-800: #780858;
--black-900: #4D0538;
--black-950: #300323;
}