Black
#2E0517
PinkColor Codes
All color formats for development
HEX
#2E0517RGB
rgb(46, 5, 23)HSL
hsl(334, 80%, 10%)OKLCH
oklch(0.205 0.07 358)CMYK
cmyk(0%, 89%, 50%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290515
2#250412
3#200410
4#1C030E
5#17030B
6#120209
7#0E0207
8#090105
9#050102
Tints
Lighter variations
1#570A2B
2#810E40
3#AA1354
4#D31769
5#E83080
6#ED5A99
7#F183B3
8#F6ACCC
9#FAD6E6
Tones
Muted variations
1#2C0717
2#2A0917
3#280B18
4#260D18
5#240F18
6#221118
7#201319
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395BE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E9C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83080 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1664 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490824 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F7;
--black-100: #FBDFEB;
--black-200: #F8C3DA;
--black-300: #F395BE;
--black-400: #ED5E9C;
--black-500: #E83080;
--black-600: #CA1664;
--black-700: #A11250;
--black-800: #730D39;
--black-900: #490824;
--black-950: #2E0517;
}