Black
#2E051B
PinkColor Codes
All color formats for development
HEX
#2E051BRGB
rgb(46, 5, 27)HSL
hsl(328, 80%, 10%)OKLCH
oklch(0.207 0.072 351.9)CMYK
cmyk(0%, 89%, 41%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290518
2#250415
3#200413
4#1C0310
5#17030D
6#12020B
7#0E0208
8#090105
9#050103
Tints
Lighter variations
1#570A33
2#810E4B
3#AA1363
4#D3177C
5#E83092
6#ED5AA8
7#F183BE
8#F6ACD4
9#FAD6E9
Tones
Muted variations
1#2C071B
2#2A091B
3#280B1A
4#260D1A
5#240F1A
6#22111A
7#20131A
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 #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83092 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1676 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F8;
--black-100: #FBDFEE;
--black-200: #F8C3E0;
--black-300: #F395C7;
--black-400: #ED5EAB;
--black-500: #E83092;
--black-600: #CA1676;
--black-700: #A1125E;
--black-800: #730D43;
--black-900: #49082B;
--black-950: #2E051B;
}