Black
#2E0516
PinkColor Codes
All color formats for development
HEX
#2E0516RGB
rgb(46, 5, 22)HSL
hsl(335, 80%, 10%)OKLCH
oklch(0.205 0.069 359.6)CMYK
cmyk(0%, 89%, 52%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290514
2#250412
3#20040F
4#1C030D
5#17030B
6#120209
7#0E0207
8#090104
9#050102
Tints
Lighter variations
1#570A2A
2#810E3E
3#AA1352
4#D31766
5#E8307D
6#ED5A97
7#F183B1
8#F6ACCB
9#FAD6E5
Tones
Muted variations
1#2C0716
2#2A0917
3#280B17
4#260D17
5#240F18
6#221118
7#201318
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395BD | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E9A | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8307D | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1661 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1124D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490823 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0516 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F6;
--black-100: #FBDFEB;
--black-200: #F8C3D9;
--black-300: #F395BD;
--black-400: #ED5E9A;
--black-500: #E8307D;
--black-600: #CA1661;
--black-700: #A1124D;
--black-800: #730D37;
--black-900: #490823;
--black-950: #2E0516;
}