Black
#2F0429
PinkColor Codes
All color formats for development
HEX
#2F0429RGB
rgb(47, 4, 41)HSL
hsl(308, 84%, 10%)OKLCH
oklch(0.216 0.085 334.5)CMYK
cmyk(0%, 91%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0425
2#260321
3#21031D
4#1C0219
5#170215
6#130210
7#0E010C
8#090108
9#050004
Tints
Lighter variations
1#59084E
2#830B73
3#AE0F98
4#D813BE
5#ED2CD3
6#F056DC
7#F480E5
8#F8ABED
9#FBD5F6
Tones
Muted variations
1#2D0628
2#2B0826
3#280B24
4#260D23
5#240F21
6#221120
7#20131E
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E8 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDD | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0742 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FC;
--black-100: #FCDEF8;
--black-200: #FAC2F2;
--black-300: #F693E8;
--black-400: #F15BDD;
--black-500: #ED2CD3;
--black-600: #CE12B5;
--black-700: #A40E90;
--black-800: #750A67;
--black-900: #4B0742;
--black-950: #2F0429;
}