Black
#2E0519
PinkColor Codes
All color formats for development
HEX
#2E0519RGB
rgb(46, 5, 25)HSL
hsl(331, 80%, 10%)OKLCH
oklch(0.206 0.071 354.9)CMYK
cmyk(0%, 89%, 46%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290516
2#250414
3#200411
4#1C030F
5#17030C
6#12020A
7#0E0207
8#090105
9#050102
Tints
Lighter variations
1#570A2F
2#810E45
3#AA135C
4#D31772
5#E83089
6#ED5AA1
7#F183B8
8#F6ACD0
9#FAD6E7
Tones
Muted variations
1#2C0719
2#2A0919
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 #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83089 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490828 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F7;
--black-100: #FBDFED;
--black-200: #F8C3DD;
--black-300: #F395C3;
--black-400: #ED5EA3;
--black-500: #E83089;
--black-600: #CA166D;
--black-700: #A11257;
--black-800: #730D3E;
--black-900: #490828;
--black-950: #2E0519;
}