Black
#29062D
PinkColor Codes
All color formats for development
HEX
#29062DRGB
rgb(41, 6, 45)HSL
hsl(294, 76%, 10%)OKLCH
oklch(0.21 0.082 323.5)CMYK
cmyk(9%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250628
2#210524
3#1D041F
4#19041B
5#150316
6#100212
7#0C020D
8#080109
9#040104
Tints
Lighter variations
1#4E0C55
2#73117E
3#9817A6
4#BD1CCE
5#D235E3
6#DB5DE9
7#E486EE
8#EDAEF4
9#F6D7F9
Tones
Muted variations
1#27082B
2#260A29
3#240C27
4#230E25
5#211023
6#201221
7#1E141F
8#1D161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C5 #F2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E898 #E898F1 | BordersInactive statesPlaceholder text |
| 400 | DC62 #DC62EA | Disabled statesSecondary iconsMuted text |
| 500 | D235 #D235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41B #B41BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9015 #90159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670F #670F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF2FD;
--black-100: #F8E0FB;
--black-200: #F2C5F7;
--black-300: #E898F1;
--black-400: #DC62EA;
--black-500: #D235E3;
--black-600: #B41BC5;
--black-700: #90159D;
--black-800: #670F70;
--black-900: #420A48;
--black-950: #29062D;
}