Black
#2D0621
PinkColor Codes
All color formats for development
HEX
#2D0621RGB
rgb(45, 6, 33)HSL
hsl(318, 76%, 10%)OKLCH
oklch(0.21 0.073 342.6)CMYK
cmyk(0%, 87%, 27%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061E
2#24051B
3#1F0417
4#1B0414
5#160311
6#12020D
7#0D020A
8#090107
9#040103
Tints
Lighter variations
1#550C3F
2#7E115D
3#A6177B
4#CE1C99
5#E335AF
6#E95DBF
7#EE86CF
8#F4AEDF
9#F9D7EF
Tones
Muted variations
1#2B0820
2#290A20
3#270C1F
4#250E1E
5#23101D
6#21121D
7#1F141C
8#1D161B
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D6 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335AF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1574 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A35 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FBE0F3;
--black-200: #F7C5E8;
--black-300: #F198D6;
--black-400: #EA62C1;
--black-500: #E335AF;
--black-600: #C51B92;
--black-700: #9D1574;
--black-800: #700F53;
--black-900: #480A35;
--black-950: #2D0621;
}