Black
#2D0622
PinkColor Codes
All color formats for development
HEX
#2D0622RGB
rgb(45, 6, 34)HSL
hsl(317, 76%, 10%)OKLCH
oklch(0.21 0.074 341.3)CMYK
cmyk(0%, 87%, 24%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061F
2#24051B
3#1F0418
4#1B0414
5#160311
6#12020E
7#0D020A
8#090107
9#040103
Tints
Lighter variations
1#550C40
2#7E115F
3#A6177D
4#CE1C9C
5#E335B2
6#E95DC1
7#EE86D1
8#F4AEE0
9#F9D7F0
Tones
Muted variations
1#2B0821
2#290A20
3#270C1F
4#250E1F
5#23101E
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 #F7C5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A36 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FA;
--black-100: #FBE0F3;
--black-200: #F7C5E9;
--black-300: #F198D8;
--black-400: #EA62C3;
--black-500: #E335B2;
--black-600: #C51B95;
--black-700: #9D1577;
--black-800: #700F55;
--black-900: #480A36;
--black-950: #2D0622;
}