Black
#29052E
PinkColor Codes
All color formats for development
HEX
#29052ERGB
rgb(41, 5, 46)HSL
hsl(293, 80%, 10%)OKLCH
oklch(0.209 0.085 322.6)CMYK
cmyk(11%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250529
2#210425
3#1D0420
4#19031C
5#150317
6#100212
7#0C020E
8#080109
9#040105
Tints
Lighter variations
1#4E0A57
2#730E81
3#9813AA
4#BD17D3
5#D330E8
6#DC5AED
7#E483F1
8#EDACF6
9#F6D6FA
Tones
Muted variations
1#28072C
2#26092A
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 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E895 #E895F3 | BordersInactive statesPlaceholder text |
| 400 | DC5E #DC5EED | Disabled statesSecondary iconsMuted text |
| 500 | D330 #D330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B516 #B516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9012 #9012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670D #670D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #420849 | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FD;
--black-100: #F8DFFB;
--black-200: #F2C3F8;
--black-300: #E895F3;
--black-400: #DC5EED;
--black-500: #D330E8;
--black-600: #B516CA;
--black-700: #9012A1;
--black-800: #670D73;
--black-900: #420849;
--black-950: #29052E;
}