Black
#2E051A
PinkColor Codes
All color formats for development
HEX
#2E051ARGB
rgb(46, 5, 26)HSL
hsl(329, 80%, 10%)OKLCH
oklch(0.206 0.071 353.4)CMYK
cmyk(0%, 89%, 43%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290518
2#250415
3#200412
4#1C0310
5#17030D
6#12020A
7#0E0208
8#090105
9#050103
Tints
Lighter variations
1#570A32
2#810E49
3#AA1361
4#D31778
5#E8308F
6#ED5AA6
7#F183BC
8#F6ACD2
9#FAD6E9
Tones
Muted variations
1#2C071A
2#2A091A
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 #F8C3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8308F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1673 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F8;
--black-100: #FBDFEE;
--black-200: #F8C3DF;
--black-300: #F395C6;
--black-400: #ED5EA8;
--black-500: #E8308F;
--black-600: #CA1673;
--black-700: #A1125C;
--black-800: #730D41;
--black-900: #49082A;
--black-950: #2E051A;
}