Black
#2D0617
PinkColor Codes
All color formats for development
HEX
#2D0617RGB
rgb(45, 6, 23)HSL
hsl(334, 76%, 10%)OKLCH
oklch(0.205 0.067 357.8)CMYK
cmyk(0%, 87%, 49%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280615
2#240512
3#1F0410
4#1B040E
5#16030B
6#120209
7#0D0207
8#090105
9#040102
Tints
Lighter variations
1#550C2C
2#7E1140
3#A61755
4#CE1C69
5#E33581
6#E95D9A
7#EE86B3
8#F4AECC
9#F9D7E6
Tones
Muted variations
1#2B0817
2#290A17
3#270C18
4#250E18
5#231018
6#211218
7#1F1419
8#1D1619
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33581 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1550 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A25 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F7;
--black-100: #FBE0EB;
--black-200: #F7C5DA;
--black-300: #F198BE;
--black-400: #EA629D;
--black-500: #E33581;
--black-600: #C51B65;
--black-700: #9D1550;
--black-800: #700F39;
--black-900: #480A25;
--black-950: #2D0617;
}