Black
#29072C
PinkColor Codes
All color formats for development
HEX
#29072CRGB
rgb(41, 7, 44)HSL
hsl(295, 73%, 10%)OKLCH
oklch(0.211 0.079 324.5)CMYK
cmyk(7%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#250628
2#210623
3#1D051F
4#19041A
5#150316
6#100312
7#0C020D
8#080109
9#040104
Tints
Lighter variations
1#4E0D54
2#73137C
3#9819A3
4#BD20CB
5#D238E0
6#DB60E6
7#E488EC
8#EDB0F3
9#F6D7F9
Tones
Muted variations
1#27092A
2#260B28
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 #F8E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C6 #F2C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | E89A #E89AEF | BordersInactive statesPlaceholder text |
| 400 | DC65 #DC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | D238 #D238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41E #B41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9018 #90189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6711 #67116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 420B #420B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2907 #29072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF2FD;
--black-100: #F8E0FA;
--black-200: #F2C6F6;
--black-300: #E89AEF;
--black-400: #DC65E7;
--black-500: #D238E0;
--black-600: #B41EC2;
--black-700: #90189A;
--black-800: #67116E;
--black-900: #420B47;
--black-950: #29072C;
}