Black
#300330
PinkColor Codes
All color formats for development
HEX
#300330RGB
rgb(48, 3, 48)HSL
hsl(300, 88%, 10%)OKLCH
oklch(0.221 0.094 328.2)CMYK
cmyk(0%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B032B
2#260226
3#220222
4#1D021D
5#180218
6#130113
7#0E010E
8#0A010A
9#050005
Tints
Lighter variations
1#5B065B
2#860986
3#B10BB1
4#DD0EDD
5#F127F1
6#F452F4
7#F77EF7
8#F9A9F9
9#FCD4FC
Tones
Muted variations
1#2E052E
2#2B082B
3#290A29
4#270C27
5#250E25
6#221122
7#201320
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FE;
--black-100: #FDDDFD;
--black-200: #FBC1FB;
--black-300: #F891F8;
--black-400: #F457F4;
--black-500: #F127F1;
--black-600: #D30DD3;
--black-700: #A80BA8;
--black-800: #780878;
--black-900: #4D054D;
--black-950: #300330;
}