Black
#300326
PinkColor Codes
All color formats for development
HEX
#300326RGB
rgb(48, 3, 38)HSL
hsl(313, 88%, 10%)OKLCH
oklch(0.214 0.086 338.8)CMYK
cmyk(0%, 94%, 21%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0322
2#26021F
3#22021B
4#1D0217
5#180213
6#13010F
7#0E010B
8#0A0108
9#050004
Tints
Lighter variations
1#5B0649
2#86096B
3#B10B8D
4#DD0EB0
5#F127C5
6#F452D1
7#F77EDC
8#F9A9E8
9#FCD4F3
Tones
Muted variations
1#2E0525
2#2B0824
3#290A22
4#270C21
5#250E20
6#22111F
7#20131D
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 #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FB;
--black-100: #FDDDF6;
--black-200: #FBC1EE;
--black-300: #F891E2;
--black-400: #F457D2;
--black-500: #F127C5;
--black-600: #D30DA8;
--black-700: #A80B86;
--black-800: #780860;
--black-900: #4D053D;
--black-950: #300326;
}