Black
#2D0627
PinkColor Codes
All color formats for development
HEX
#2D0627RGB
rgb(45, 6, 39)HSL
hsl(309, 76%, 10%)OKLCH
oklch(0.213 0.078 334.8)CMYK
cmyk(0%, 87%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280623
2#24051F
3#1F041B
4#1B0417
5#160314
6#120210
7#0D020C
8#090108
9#040104
Tints
Lighter variations
1#550C4A
2#7E116D
3#A61791
4#CE1CB4
5#E335C9
6#E95DD4
7#EE86DF
8#F4AEEA
9#F9D7F4
Tones
Muted variations
1#2B0826
2#290A24
3#270C23
4#250E22
5#231020
6#21121F
7#1F141E
8#1D161C
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FB;
--black-100: #FBE0F7;
--black-200: #F7C5EF;
--black-300: #F198E4;
--black-400: #EA62D5;
--black-500: #E335C9;
--black-600: #C51BAC;
--black-700: #9D1589;
--black-800: #700F62;
--black-900: #480A3F;
--black-950: #2D0627;
}