Black
#2A052E
PinkColor Codes
All color formats for development
HEX
#2A052ERGB
rgb(42, 5, 46)HSL
hsl(294, 80%, 10%)OKLCH
oklch(0.211 0.085 323.7)CMYK
cmyk(9%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260529
2#210425
3#1D0420
4#19031C
5#150317
6#110212
7#0D020E
8#080109
9#040105
Tints
Lighter variations
1#4F0A57
2#750E81
3#9B13AA
4#C017D3
5#D630E8
6#DE5AED
7#E683F1
8#EEACF6
9#F7D6FA
Tones
Muted variations
1#28072C
2#27092A
3#250B28
4#230D26
5#220F24
6#201122
7#1E1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F3 | BordersInactive statesPlaceholder text |
| 400 | DF5E #DF5EED | Disabled statesSecondary iconsMuted text |
| 500 | D630 #D630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B816 #B816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9212 #9212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690D #690D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #430849 | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FD;
--black-100: #F9DFFB;
--black-200: #F3C3F8;
--black-300: #EA95F3;
--black-400: #DF5EED;
--black-500: #D630E8;
--black-600: #B816CA;
--black-700: #9212A1;
--black-800: #690D73;
--black-900: #430849;
--black-950: #2A052E;
}