Black
#2D0616
PinkColor Codes
All color formats for development
HEX
#2D0616RGB
rgb(45, 6, 22)HSL
hsl(335, 76%, 10%)OKLCH
oklch(0.204 0.066 359.4)CMYK
cmyk(0%, 87%, 51%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280614
2#240512
3#1F0410
4#1B040D
5#16030B
6#120209
7#0D0207
8#090104
9#040102
Tints
Lighter variations
1#550C2A
2#7E113E
3#A61752
4#CE1C66
5#E3357E
6#E95D98
7#EE86B1
8#F4AECB
9#F9D7E5
Tones
Muted variations
1#2B0817
2#290A17
3#270C17
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 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629A | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3357E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D154E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A24 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F6;
--black-100: #FBE0EB;
--black-200: #F7C5DA;
--black-300: #F198BD;
--black-400: #EA629A;
--black-500: #E3357E;
--black-600: #C51B62;
--black-700: #9D154E;
--black-800: #700F38;
--black-900: #480A24;
--black-950: #2D0616;
}