Black
#2F0418
PinkColor Codes
All color formats for development
HEX
#2F0418RGB
rgb(47, 4, 24)HSL
hsl(332, 84%, 10%)OKLCH
oklch(0.206 0.073 356.7)CMYK
cmyk(0%, 91%, 49%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0416
2#260313
3#210311
4#1C020E
5#17020C
6#13020A
7#0E0107
8#090105
9#050002
Tints
Lighter variations
1#59082E
2#830B43
3#AE0F59
4#D8136F
5#ED2C86
6#F0569E
7#F480B6
8#F8ABCF
9#FBD5E7
Tones
Muted variations
1#2D0618
2#2B0818
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 #FCDEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693C1 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BA1 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C86 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE126A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0727 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0418 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F7;
--black-100: #FCDEEC;
--black-200: #FAC2DC;
--black-300: #F693C1;
--black-400: #F15BA1;
--black-500: #ED2C86;
--black-600: #CE126A;
--black-700: #A40E54;
--black-800: #750A3C;
--black-900: #4B0727;
--black-950: #2F0418;
}