Black
#2E0514
PinkColor Codes
All color formats for development
HEX
#2E0514RGB
rgb(46, 5, 20)HSL
hsl(338, 80%, 10%)OKLCH
oklch(0.204 0.069 2.7)CMYK
cmyk(0%, 89%, 57%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290512
2#250410
3#20040E
4#1C030C
5#17030A
6#120208
7#0E0206
8#090104
9#050102
Tints
Lighter variations
1#570A26
2#810E38
3#AA134A
4#D3175C
5#E83074
6#ED5A90
7#F183AB
8#F6ACC7
9#FAD6E3
Tones
Muted variations
1#2C0715
2#2A0915
3#280B16
4#260D16
5#240F17
6#221117
7#201318
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E93 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83074 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1658 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490820 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0514 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F6;
--black-100: #FBDFE9;
--black-200: #F8C3D7;
--black-300: #F395B8;
--black-400: #ED5E93;
--black-500: #E83074;
--black-600: #CA1658;
--black-700: #A11246;
--black-800: #730D32;
--black-900: #490820;
--black-950: #2E0514;
}