Black
#2C0722
PinkColor Codes
All color formats for development
HEX
#2C0722RGB
rgb(44, 7, 34)HSL
hsl(316, 73%, 10%)OKLCH
oklch(0.21 0.071 340.4)CMYK
cmyk(0%, 84%, 23%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061F
2#23061B
3#1F0518
4#1A0415
5#160311
6#12030E
7#0D020A
8#090107
9#040103
Tints
Lighter variations
1#540D41
2#7C1360
3#A3197E
4#CB209D
5#E038B3
6#E660C2
7#EC88D2
8#F3B0E1
9#F9D7F0
Tones
Muted variations
1#2A0921
2#280B20
3#270C20
4#250E1F
5#23101E
6#21121D
7#1F141C
8#1D161B
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C4 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1878 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B37 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FAE0F3;
--black-200: #F6C6E9;
--black-300: #EF9AD8;
--black-400: #E765C4;
--black-500: #E038B3;
--black-600: #C21E96;
--black-700: #9A1878;
--black-800: #6E1155;
--black-900: #470B37;
--black-950: #2C0722;
}