Black
#2D0624
PinkColor Codes
All color formats for development
HEX
#2D0624RGB
rgb(45, 6, 36)HSL
hsl(314, 76%, 10%)OKLCH
oklch(0.211 0.076 338.6)CMYK
cmyk(0%, 87%, 20%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280620
2#24051D
3#1F0419
4#1B0416
5#160312
6#12020E
7#0D020B
8#090107
9#040104
Tints
Lighter variations
1#550C44
2#7E1164
3#A61785
4#CE1CA5
5#E335BB
6#E95DC8
7#EE86D6
8#F4AEE4
9#F9D7F1
Tones
Muted variations
1#2B0823
2#290A22
3#270C21
4#250E20
5#23101F
6#21121E
7#1F141D
8#1D161C
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BB | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A39 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FBE0F4;
--black-200: #F7C5EB;
--black-300: #F198DC;
--black-400: #EA62CA;
--black-500: #E335BB;
--black-600: #C51B9E;
--black-700: #9D157D;
--black-800: #700F5A;
--black-900: #480A39;
--black-950: #2D0624;
}