Black
#2B0330
PinkColor Codes
All color formats for development
HEX
#2B0330RGB
rgb(43, 3, 48)HSL
hsl(293, 88%, 10%)OKLCH
oklch(0.212 0.092 323.1)CMYK
cmyk(10%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26032B
2#220226
3#1E0222
4#1A021D
5#150218
6#110113
7#0D010E
8#09010A
9#040005
Tints
Lighter variations
1#51065B
2#780986
3#9E0BB1
4#C40EDD
5#DA27F1
6#E152F4
7#E97EF7
8#F0A9F9
9#F8D4FC
Tones
Muted variations
1#29052E
2#27082B
3#260A29
4#240C27
5#220E25
6#201122
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 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FE;
--black-100: #F9DDFD;
--black-200: #F4C1FB;
--black-300: #EC91F8;
--black-400: #E257F4;
--black-500: #DA27F1;
--black-600: #BC0DD3;
--black-700: #950BA8;
--black-800: #6B0878;
--black-900: #44054D;
--black-950: #2B0330;
}