Black
#2F0413
PinkColor Codes
All color formats for development
HEX
#2F0413RGB
rgb(47, 4, 19)HSL
hsl(339, 84%, 10%)OKLCH
oklch(0.204 0.071 4.2)CMYK
cmyk(0%, 91%, 60%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0411
2#26030F
3#21030D
4#1C020B
5#17020A
6#130208
7#0E0106
8#090104
9#050002
Tints
Lighter variations
1#590824
2#830B35
3#AE0F47
4#D81358
5#ED2C6F
6#F0568C
7#F480A9
8#F8ABC6
9#FBD5E2
Tones
Muted variations
1#2D0614
2#2B0814
3#280B15
4#260D16
5#240F16
6#221117
7#201318
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693B6 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B8F | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C6F | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071F | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0413 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F5;
--black-100: #FCDEE9;
--black-200: #FAC2D5;
--black-300: #F693B6;
--black-400: #F15B8F;
--black-500: #ED2C6F;
--black-600: #CE1254;
--black-700: #A40E43;
--black-800: #750A30;
--black-900: #4B071F;
--black-950: #2F0413;
}