Black
#2E0518
PinkColor Codes
All color formats for development
HEX
#2E0518RGB
rgb(46, 5, 24)HSL
hsl(332, 80%, 10%)OKLCH
oklch(0.205 0.07 356.4)CMYK
cmyk(0%, 89%, 48%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290516
2#250413
3#200411
4#1C030E
5#17030C
6#12020A
7#0E0207
8#090105
9#050102
Tints
Lighter variations
1#570A2E
2#810E44
3#AA1359
4#D3176F
5#E83086
6#ED5A9E
7#F183B6
8#F6ACCF
9#FAD6E7
Tones
Muted variations
1#2C0718
2#2A0918
3#280B19
4#260D19
5#240F19
6#221119
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 #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83086 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11254 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490827 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0518 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F7;
--black-100: #FBDFEC;
--black-200: #F8C3DC;
--black-300: #F395C1;
--black-400: #ED5EA1;
--black-500: #E83086;
--black-600: #CA166A;
--black-700: #A11254;
--black-800: #730D3C;
--black-900: #490827;
--black-950: #2E0518;
}