Black
#2E051D
PinkColor Codes
All color formats for development
HEX
#2E051DRGB
rgb(46, 5, 29)HSL
hsl(325, 80%, 10%)OKLCH
oklch(0.208 0.073 349)CMYK
cmyk(0%, 89%, 37%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29051A
2#250417
3#200414
4#1C0311
5#17030E
6#12020C
7#0E0209
8#090106
9#050103
Tints
Lighter variations
1#570A37
2#810E51
3#AA136B
4#D31785
5#E8309C
6#ED5AAF
7#F183C3
8#F6ACD7
9#FAD6EB
Tones
Muted variations
1#2C071D
2#2A091C
3#280B1C
4#260D1C
5#240F1B
6#22111B
7#20131B
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309C | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F8;
--black-100: #FBDFF0;
--black-200: #F8C3E2;
--black-300: #F395CC;
--black-400: #ED5EB2;
--black-500: #E8309C;
--black-600: #CA167F;
--black-700: #A11265;
--black-800: #730D48;
--black-900: #49082E;
--black-950: #2E051D;
}