Black
#2F042B
PinkColor Codes
All color formats for development
HEX
#2F042BRGB
rgb(47, 4, 43)HSL
hsl(306, 84%, 10%)OKLCH
oklch(0.217 0.087 332.3)CMYK
cmyk(0%, 91%, 9%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0426
2#260322
3#21031E
4#1C021A
5#170215
6#130211
7#0E010D
8#090109
9#050004
Tints
Lighter variations
1#590851
2#830B77
3#AE0F9E
4#D813C4
5#ED2CD9
6#F056E1
7#F480E8
8#F8ABF0
9#FBD5F7
Tones
Muted variations
1#2D0629
2#2B0827
3#280B25
4#260D24
5#240F22
6#221120
7#20131F
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 #FAC2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE2 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FC;
--black-100: #FCDEF9;
--black-200: #FAC2F4;
--black-300: #F693EC;
--black-400: #F15BE2;
--black-500: #ED2CD9;
--black-600: #CE12BC;
--black-700: #A40E95;
--black-800: #750A6B;
--black-900: #4B0744;
--black-950: #2F042B;
}