Black
#30032A
PinkColor Codes
All color formats for development
HEX
#30032ARGB
rgb(48, 3, 42)HSL
hsl(308, 88%, 10%)OKLCH
oklch(0.217 0.089 334.3)CMYK
cmyk(0%, 94%, 13%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0326
2#260222
3#22021D
4#1D0219
5#180215
6#130111
7#0E010D
8#0A0108
9#050004
Tints
Lighter variations
1#5B0650
2#860975
3#B10B9B
4#DD0EC1
5#F127D6
6#F452DE
7#F77EE7
8#F9A9EF
9#FCD4F7
Tones
Muted variations
1#2E0528
2#2B0827
3#290A25
4#270C23
5#250E22
6#221120
7#20131E
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457DF | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0543 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FC;
--black-100: #FDDDF9;
--black-200: #FBC1F3;
--black-300: #F891EA;
--black-400: #F457DF;
--black-500: #F127D6;
--black-600: #D30DB9;
--black-700: #A80B93;
--black-800: #780869;
--black-900: #4D0543;
--black-950: #30032A;
}