Black
#2B052E
PinkColor Codes
All color formats for development
HEX
#2B052ERGB
rgb(43, 5, 46)HSL
hsl(296, 80%, 10%)OKLCH
oklch(0.213 0.086 324.9)CMYK
cmyk(7%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270529
2#230425
3#1E0420
4#1A031C
5#160317
6#110212
7#0D020E
8#090109
9#040105
Tints
Lighter variations
1#520A57
2#790E81
3#A013AA
4#C717D3
5#DC30E8
6#E35AED
7#EA83F1
8#F1ACF6
9#F8D6FA
Tones
Muted variations
1#29072C
2#28092A
3#260B28
4#240D26
5#220F24
6#211122
7#1F1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | ED95 #ED95F3 | BordersInactive statesPlaceholder text |
| 400 | E45E #E45EED | Disabled statesSecondary iconsMuted text |
| 500 | DC30 #DC30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE16 #BE16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9712 #9712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C0D #6C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4508 #450849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FD;
--black-100: #FADFFB;
--black-200: #F5C3F8;
--black-300: #ED95F3;
--black-400: #E45EED;
--black-500: #DC30E8;
--black-600: #BE16CA;
--black-700: #9712A1;
--black-800: #6C0D73;
--black-900: #450849;
--black-950: #2B052E;
}