Black
#2E0520
PinkColor Codes
All color formats for development
HEX
#2E0520RGB
rgb(46, 5, 32)HSL
hsl(320, 80%, 10%)OKLCH
oklch(0.209 0.075 344.8)CMYK
cmyk(0%, 89%, 30%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29051D
2#25041A
3#200417
4#1C0313
5#170310
6#12020D
7#0E020A
8#090106
9#050103
Tints
Lighter variations
1#570A3D
2#810E5A
3#AA1378
4#D31795
5#E830AB
6#ED5ABC
7#F183CD
8#F6ACDD
9#FAD6EE
Tones
Muted variations
1#2C0720
2#2A091F
3#280B1E
4#260D1E
5#240F1D
6#22111C
7#20131C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490834 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F9;
--black-100: #FBDFF2;
--black-200: #F8C3E7;
--black-300: #F395D4;
--black-400: #ED5EBE;
--black-500: #E830AB;
--black-600: #CA168E;
--black-700: #A11271;
--black-800: #730D51;
--black-900: #490834;
--black-950: #2E0520;
}