Black
#2F0422
PinkColor Codes
All color formats for development
HEX
#2F0422RGB
rgb(47, 4, 34)HSL
hsl(318, 84%, 10%)OKLCH
oklch(0.211 0.08 342.9)CMYK
cmyk(0%, 91%, 28%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A041F
2#26031B
3#210318
4#1C0214
5#170211
6#13020E
7#0E010A
8#090107
9#050003
Tints
Lighter variations
1#590841
2#830B5F
3#AE0F7E
4#D8139D
5#ED2CB3
6#F056C2
7#F480D1
8#F8ABE1
9#FBD5F0
Tones
Muted variations
1#2D0621
2#2B0820
3#280B1F
4#260D1F
5#240F1E
6#22111D
7#20131C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693D8 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BC4 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0737 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FA;
--black-100: #FCDEF3;
--black-200: #FAC2E9;
--black-300: #F693D8;
--black-400: #F15BC4;
--black-500: #ED2CB3;
--black-600: #CE1296;
--black-700: #A40E77;
--black-800: #750A55;
--black-900: #4B0737;
--black-950: #2F0422;
}