Black
#2C0716
PinkColor Codes
All color formats for development
HEX
#2C0716RGB
rgb(44, 7, 22)HSL
hsl(336, 73%, 10%)OKLCH
oklch(0.204 0.063 359.3)CMYK
cmyk(0%, 84%, 50%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280614
2#230611
3#1F050F
4#1A040D
5#16030B
6#120309
7#0D0207
8#090104
9#040102
Tints
Lighter variations
1#540D29
2#7C133D
3#A31951
4#CB2064
5#E0387B
6#E66096
7#EC88B0
8#F3B0CA
9#F9D7E5
Tones
Muted variations
1#2A0916
2#280B17
3#270C17
4#250E17
5#231018
6#211218
7#1F1418
8#1D1619
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABC | BordersInactive statesPlaceholder text |
| 400 | E765 #E76599 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387B | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B23 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F6;
--black-100: #FAE0EB;
--black-200: #F6C6D9;
--black-300: #EF9ABC;
--black-400: #E76599;
--black-500: #E0387B;
--black-600: #C21E60;
--black-700: #9A184C;
--black-800: #6E1136;
--black-900: #470B23;
--black-950: #2C0716;
}