Black
#2E051F
PinkColor Codes
All color formats for development
HEX
#2E051FRGB
rgb(46, 5, 31)HSL
hsl(322, 80%, 10%)OKLCH
oklch(0.209 0.075 346.1)CMYK
cmyk(0%, 89%, 33%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29051C
2#250419
3#200416
4#1C0313
5#17030F
6#12020C
7#0E0209
8#090106
9#050103
Tints
Lighter variations
1#570A3B
2#810E57
3#AA1372
4#D3178E
5#E830A5
6#ED5AB7
7#F183C9
8#F6ACDB
9#FAD6ED
Tones
Muted variations
1#2C071E
2#2A091E
3#280B1D
4#260D1D
5#240F1C
6#22111C
7#20131B
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1688 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490832 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F9;
--black-100: #FBDFF1;
--black-200: #F8C3E5;
--black-300: #F395D1;
--black-400: #ED5EB9;
--black-500: #E830A5;
--black-600: #CA1688;
--black-700: #A1126C;
--black-800: #730D4D;
--black-900: #490832;
--black-950: #2E051F;
}