Black
#2C0723
PinkColor Codes
All color formats for development
HEX
#2C0723RGB
rgb(44, 7, 35)HSL
hsl(315, 73%, 10%)OKLCH
oklch(0.21 0.072 339)CMYK
cmyk(0%, 84%, 20%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061F
2#23061C
3#1F0518
4#1A0415
5#160311
6#12030E
7#0D020A
8#090107
9#040103
Tints
Lighter variations
1#540D42
2#7C1361
3#A31981
4#CB20A0
5#E038B6
6#E660C5
7#EC88D3
8#F3B0E2
9#F9D7F0
Tones
Muted variations
1#2A0922
2#280B21
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 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADA | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C6 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B38 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FAE0F4;
--black-200: #F6C6EA;
--black-300: #EF9ADA;
--black-400: #E765C6;
--black-500: #E038B6;
--black-600: #C21E99;
--black-700: #9A187A;
--black-800: #6E1157;
--black-900: #470B38;
--black-950: #2C0723;
}