Black
#2D0615
PinkColor Codes
All color formats for development
HEX
#2D0615RGB
rgb(45, 6, 21)HSL
hsl(337, 76%, 10%)OKLCH
oklch(0.204 0.066 1.1)CMYK
cmyk(0%, 87%, 53%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280613
2#240511
3#1F040F
4#1B040D
5#16030A
6#120208
7#0D0206
8#090104
9#040102
Tints
Lighter variations
1#550C28
2#7E113B
3#A6174E
4#CE1C60
5#E33578
6#E95D93
7#EE86AE
8#F4AEC9
9#F9D7E4
Tones
Muted variations
1#2B0815
2#290A16
3#270C16
4#250E17
5#231017
6#211218
7#1F1418
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 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6296 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33578 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1549 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A22 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0615 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F6;
--black-100: #FBE0EA;
--black-200: #F7C5D8;
--black-300: #F198BA;
--black-400: #EA6296;
--black-500: #E33578;
--black-600: #C51B5C;
--black-700: #9D1549;
--black-800: #700F34;
--black-900: #480A22;
--black-950: #2D0615;
}