Black
#2E0521
PinkColor Codes
All color formats for development
HEX
#2E0521RGB
rgb(46, 5, 33)HSL
hsl(319, 80%, 10%)OKLCH
oklch(0.21 0.076 343.4)CMYK
cmyk(0%, 89%, 28%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29051E
2#25041A
3#200417
4#1C0314
5#170310
6#12020D
7#0E020A
8#090107
9#050103
Tints
Lighter variations
1#570A3F
2#810E5C
3#AA137A
4#D31798
5#E830AE
6#ED5ABE
7#F183CE
8#F6ACDF
9#FAD6EF
Tones
Muted variations
1#2C0720
2#2A091F
3#280B1F
4#260D1E
5#240F1D
6#22111C
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 #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC0 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AE | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490835 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FA;
--black-100: #FBDFF2;
--black-200: #F8C3E8;
--black-300: #F395D6;
--black-400: #ED5EC0;
--black-500: #E830AE;
--black-600: #CA1691;
--black-700: #A11273;
--black-800: #730D52;
--black-900: #490835;
--black-950: #2E0521;
}