Black
#2E0524
PinkColor Codes
All color formats for development
HEX
#2E0524RGB
rgb(46, 5, 36)HSL
hsl(315, 80%, 10%)OKLCH
oklch(0.212 0.079 339.5)CMYK
cmyk(0%, 89%, 22%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290520
2#25041D
3#200419
4#1C0315
5#170312
6#12020E
7#0E020B
8#090107
9#050104
Tints
Lighter variations
1#570A44
2#810E64
3#AA1384
4#D317A4
5#E830BA
6#ED5AC8
7#F183D6
8#F6ACE3
9#FAD6F1
Tones
Muted variations
1#2C0723
2#2A0922
3#280B21
4#260D20
5#240F1F
6#22111E
7#20131D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830BA | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490839 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FA;
--black-100: #FBDFF4;
--black-200: #F8C3EB;
--black-300: #F395DC;
--black-400: #ED5EC9;
--black-500: #E830BA;
--black-600: #CA169D;
--black-700: #A1127D;
--black-800: #730D59;
--black-900: #490839;
--black-950: #2E0524;
}