Black
#2E0522
PinkColor Codes
All color formats for development
HEX
#2E0522RGB
rgb(46, 5, 34)HSL
hsl(318, 80%, 10%)OKLCH
oklch(0.211 0.077 342.1)CMYK
cmyk(0%, 89%, 26%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29051E
2#25041B
3#200418
4#1C0314
5#170311
6#12020D
7#0E020A
8#090107
9#050103
Tints
Lighter variations
1#570A40
2#810E5E
3#AA137D
4#D3179B
5#E830B1
6#ED5AC1
7#F183D0
8#F6ACE0
9#FAD6EF
Tones
Muted variations
1#2C0721
2#2A0920
3#280B1F
4#260D1E
5#240F1E
6#22111D
7#20131C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1694 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490836 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FA;
--black-100: #FBDFF3;
--black-200: #F8C3E8;
--black-300: #F395D7;
--black-400: #ED5EC2;
--black-500: #E830B1;
--black-600: #CA1694;
--black-700: #A11276;
--black-800: #730D54;
--black-900: #490836;
--black-950: #2E0522;
}