Black
#2D061E
PinkColor Codes
All color formats for development
HEX
#2D061ERGB
rgb(45, 6, 30)HSL
hsl(323, 76%, 10%)OKLCH
oklch(0.208 0.071 346.9)CMYK
cmyk(0%, 87%, 33%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061B
2#240518
3#1F0415
4#1B0412
5#16030F
6#12020C
7#0D0209
8#090106
9#040103
Tints
Lighter variations
1#550C39
2#7E1154
3#A6176F
4#CE1C8A
5#E335A1
6#E95DB3
7#EE86C6
8#F4AED9
9#F9D7EC
Tones
Muted variations
1#2B081E
2#290A1D
3#270C1D
4#250E1C
5#23101C
6#21121B
7#1F141B
8#1D161A
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B6 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A30 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F9;
--black-100: #FBE0F0;
--black-200: #F7C5E4;
--black-300: #F198CF;
--black-400: #EA62B6;
--black-500: #E335A1;
--black-600: #C51B84;
--black-700: #9D1569;
--black-800: #700F4B;
--black-900: #480A30;
--black-950: #2D061E;
}