Black
#2F0415
PinkColor Codes
All color formats for development
HEX
#2F0415RGB
rgb(47, 4, 21)HSL
hsl(336, 84%, 10%)OKLCH
oklch(0.205 0.072 1.2)CMYK
cmyk(0%, 91%, 55%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0413
2#260311
3#21030F
4#1C020D
5#17020B
6#130208
7#0E0106
8#090104
9#050002
Tints
Lighter variations
1#590828
2#830B3B
3#AE0F4E
4#D81362
5#ED2C79
6#F05694
7#F480AF
8#F8ABC9
9#FBD5E4
Tones
Muted variations
1#2D0616
2#2B0816
3#280B17
4#260D17
5#240F17
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 #FCDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693BA | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B97 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C79 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE125D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0722 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0415 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FCDEEA;
--black-200: #FAC2D8;
--black-300: #F693BA;
--black-400: #F15B97;
--black-500: #ED2C79;
--black-600: #CE125D;
--black-700: #A40E4A;
--black-800: #750A35;
--black-900: #4B0722;
--black-950: #2F0415;
}