Black
#2D0330
PinkColor Codes
All color formats for development
HEX
#2D0330RGB
rgb(45, 3, 48)HSL
hsl(296, 88%, 10%)OKLCH
oklch(0.215 0.093 325.2)CMYK
cmyk(6%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28032B
2#240226
3#1F0222
4#1B021D
5#160218
6#120113
7#0D010E
8#09010A
9#040005
Tints
Lighter variations
1#55065B
2#7E0986
3#A60BB1
4#CF0EDD
5#E427F1
6#E952F4
7#EF7EF7
8#F4A9F9
9#FAD4FC
Tones
Muted variations
1#2B052E
2#29082B
3#270A29
4#250C27
5#230E25
6#211122
7#1F1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FE;
--black-100: #FBDDFD;
--black-200: #F7C1FB;
--black-300: #F191F8;
--black-400: #EA57F4;
--black-500: #E427F1;
--black-600: #C60DD3;
--black-700: #9D0BA8;
--black-800: #700878;
--black-900: #48054D;
--black-950: #2D0330;
}