Black
#2F0419
PinkColor Codes
All color formats for development
HEX
#2F0419RGB
rgb(47, 4, 25)HSL
hsl(331, 84%, 10%)OKLCH
oklch(0.206 0.074 355.2)CMYK
cmyk(0%, 91%, 47%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0416
2#260314
3#210311
4#1C020F
5#17020C
6#13020A
7#0E0107
8#090105
9#050002
Tints
Lighter variations
1#59082F
2#830B45
3#AE0F5C
4#D81372
5#ED2C89
6#F056A1
7#F480B8
8#F8ABD0
9#FBD5E7
Tones
Muted variations
1#2D0619
2#2B0819
3#280B19
4#260D19
5#240F19
6#221119
7#201319
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693C3 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BA3 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C89 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE126D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0728 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0419 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F7;
--black-100: #FCDEED;
--black-200: #FAC2DD;
--black-300: #F693C3;
--black-400: #F15BA3;
--black-500: #ED2C89;
--black-600: #CE126D;
--black-700: #A40E57;
--black-800: #750A3E;
--black-900: #4B0728;
--black-950: #2F0419;
}