Black
#2E0526
PinkColor Codes
All color formats for development
HEX
#2E0526RGB
rgb(46, 5, 38)HSL
hsl(312, 80%, 10%)OKLCH
oklch(0.213 0.08 337)CMYK
cmyk(0%, 89%, 17%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290522
2#25041E
3#20041A
4#1C0317
5#170313
6#12020F
7#0E020B
8#090108
9#050104
Tints
Lighter variations
1#570A48
2#810E6A
3#AA138C
4#D317AE
5#E830C3
6#ED5ACF
7#F183DB
8#F6ACE7
9#FAD6F3
Tones
Muted variations
1#2C0725
2#2A0923
3#280B22
4#260D21
5#240F20
6#22111E
7#20131D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FB;
--black-100: #FBDFF6;
--black-200: #F8C3EE;
--black-300: #F395E1;
--black-400: #ED5ED1;
--black-500: #E830C3;
--black-600: #CA16A6;
--black-700: #A11284;
--black-800: #730D5E;
--black-900: #49083C;
--black-950: #2E0526;
}