Black
#29042F
PinkColor Codes
All color formats for development
HEX
#29042FRGB
rgb(41, 4, 47)HSL
hsl(292, 84%, 10%)OKLCH
oklch(0.209 0.088 321.8)CMYK
cmyk(13%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25042A
2#210326
3#1D0321
4#19021C
5#150217
6#100213
7#0C010E
8#080109
9#040005
Tints
Lighter variations
1#4E0859
2#730B83
3#980FAE
4#BE13D8
5#D32CED
6#DC56F0
7#E580F4
8#EDABF8
9#F6D5FB
Tones
Muted variations
1#28062D
2#26082B
3#240B28
4#230D26
5#210F24
6#201122
7#1E1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F8DEFC;
--black-200: #F2C2FA;
--black-300: #E893F6;
--black-400: #DD5BF1;
--black-500: #D32CED;
--black-600: #B512CE;
--black-700: #900EA4;
--black-800: #670A75;
--black-900: #42074B;
--black-950: #29042F;
}