Black
#2E0528
PinkColor Codes
All color formats for development
HEX
#2E0528RGB
rgb(46, 5, 40)HSL
hsl(309, 80%, 10%)OKLCH
oklch(0.214 0.082 334.6)CMYK
cmyk(0%, 89%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290524
2#250420
3#20041C
4#1C0318
5#170314
6#120210
7#0E020C
8#090108
9#050104
Tints
Lighter variations
1#570A4C
2#810E6F
3#AA1393
4#D317B7
5#E830CD
6#ED5AD7
7#F183E1
8#F6ACEB
9#FAD6F5
Tones
Muted variations
1#2C0726
2#2A0925
3#280B23
4#260D22
5#240F21
6#22111F
7#20131E
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830CD | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1128B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490840 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FC;
--black-100: #FBDFF7;
--black-200: #F8C3F0;
--black-300: #F395E5;
--black-400: #ED5ED8;
--black-500: #E830CD;
--black-600: #CA16AF;
--black-700: #A1128B;
--black-800: #730D63;
--black-900: #490840;
--black-950: #2E0528;
}