Black
#2D0629
PinkColor Codes
All color formats for development
HEX
#2D0629RGB
rgb(45, 6, 41)HSL
hsl(306, 76%, 10%)OKLCH
oklch(0.215 0.08 332.5)CMYK
cmyk(0%, 87%, 9%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280625
2#240521
3#1F041D
4#1B0419
5#160315
6#120210
7#0D020C
8#090108
9#040104
Tints
Lighter variations
1#550C4E
2#7E1173
3#A61798
4#CE1CBD
5#E335D2
6#E95DDB
7#EE86E4
8#F4AEED
9#F9D7F6
Tones
Muted variations
1#2B0827
2#290A26
3#270C24
4#250E23
5#231021
6#211220
7#1F141E
8#1D161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62DC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FC;
--black-100: #FBE0F8;
--black-200: #F7C5F2;
--black-300: #F198E8;
--black-400: #EA62DC;
--black-500: #E335D2;
--black-600: #C51BB4;
--black-700: #9D1590;
--black-800: #700F67;
--black-900: #480A42;
--black-950: #2D0629;
}