Black
#2F0414
PinkColor Codes
All color formats for development
HEX
#2F0414RGB
rgb(47, 4, 20)HSL
hsl(338, 84%, 10%)OKLCH
oklch(0.204 0.072 2.7)CMYK
cmyk(0%, 91%, 57%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0412
2#260310
3#21030E
4#1C020C
5#17020A
6#130208
7#0E0106
8#090104
9#050002
Tints
Lighter variations
1#590826
2#830B37
3#AE0F49
4#D8135B
5#ED2C73
6#F0568F
7#F480AB
8#F8ABC7
9#FBD5E3
Tones
Muted variations
1#2D0614
2#2B0815
3#280B16
4#260D16
5#240F17
6#221117
7#201318
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693B7 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B92 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C73 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1257 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0720 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0414 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F6;
--black-100: #FCDEE9;
--black-200: #FAC2D6;
--black-300: #F693B7;
--black-400: #F15B92;
--black-500: #ED2C73;
--black-600: #CE1257;
--black-700: #A40E45;
--black-800: #750A31;
--black-900: #4B0720;
--black-950: #2F0414;
}