Black
#2F0416
PinkColor Codes
All color formats for development
HEX
#2F0416RGB
rgb(47, 4, 22)HSL
hsl(335, 84%, 10%)OKLCH
oklch(0.205 0.072 359.7)CMYK
cmyk(0%, 91%, 53%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0414
2#260312
3#21030F
4#1C020D
5#17020B
6#130209
7#0E0107
8#090104
9#050002
Tints
Lighter variations
1#59082A
2#830B3D
3#AE0F51
4#D81365
5#ED2C7C
6#F05696
7#F480B1
8#F8ABCB
9#FBD5E5
Tones
Muted variations
1#2D0616
2#2B0817
3#280B17
4#260D17
5#240F18
6#221118
7#201318
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693BC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B99 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C7C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0723 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0416 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FCDEEB;
--black-200: #FAC2D9;
--black-300: #F693BC;
--black-400: #F15B99;
--black-500: #ED2C7C;
--black-600: #CE1260;
--black-700: #A40E4D;
--black-800: #750A37;
--black-900: #4B0723;
--black-950: #2F0416;
}