Black
#2F042A
PinkColor Codes
All color formats for development
HEX
#2F042ARGB
rgb(47, 4, 42)HSL
hsl(307, 84%, 10%)OKLCH
oklch(0.216 0.086 333.4)CMYK
cmyk(0%, 91%, 11%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0426
2#260322
3#21031D
4#1C0219
5#170215
6#130211
7#0E010D
8#090108
9#050004
Tints
Lighter variations
1#590850
2#830B75
3#AE0F9B
4#D813C1
5#ED2CD6
6#F056DE
7#F480E6
8#F8ABEF
9#FBD5F7
Tones
Muted variations
1#2D0628
2#2B0827
3#280B25
4#260D23
5#240F22
6#221120
7#20131E
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EA | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDF | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0743 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FC;
--black-100: #FCDEF9;
--black-200: #FAC2F3;
--black-300: #F693EA;
--black-400: #F15BDF;
--black-500: #ED2CD6;
--black-600: #CE12B8;
--black-700: #A40E93;
--black-800: #750A69;
--black-900: #4B0743;
--black-950: #2F042A;
}