Black
#2C071D
PinkColor Codes
All color formats for development
HEX
#2C071DRGB
rgb(44, 7, 29)HSL
hsl(324, 73%, 10%)OKLCH
oklch(0.207 0.067 347.8)CMYK
cmyk(0%, 84%, 34%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061A
2#230617
3#1F0514
4#1A0412
5#16030F
6#12030C
7#0D0209
8#090106
9#040103
Tints
Lighter variations
1#540D38
2#7C1352
3#A3196C
4#CB2086
5#E0389D
6#E660B1
7#EC88C4
8#F3B0D8
9#F9D7EB
Tones
Muted variations
1#2A091D
2#280B1C
3#270C1C
4#250E1C
5#23101B
6#21121B
7#1F141B
8#1D161A
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACD | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B3 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0389D | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2F | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F8;
--black-100: #FAE0F0;
--black-200: #F6C6E3;
--black-300: #EF9ACD;
--black-400: #E765B3;
--black-500: #E0389D;
--black-600: #C21E81;
--black-700: #9A1866;
--black-800: #6E1149;
--black-900: #470B2F;
--black-950: #2C071D;
}