Black
#2D0611
PinkColor Codes
All color formats for development
HEX
#2D0611RGB
rgb(45, 6, 17)HSL
hsl(343, 76%, 10%)OKLCH
oklch(0.202 0.065 7.7)CMYK
cmyk(0%, 87%, 62%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060F
2#24050E
3#1F040C
4#1B040A
5#160309
6#120207
7#0D0205
8#090103
9#040102
Tints
Lighter variations
1#550C20
2#7E1130
3#A6173F
4#CE1C4F
5#E33566
6#E95D85
7#EE86A3
8#F4AEC2
9#F9D7E0
Tones
Muted variations
1#2B0812
2#290A13
3#270C14
4#250E14
5#231015
6#211216
7#1F1417
8#1D1618
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6288 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33566 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D153C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F5;
--black-100: #FBE0E7;
--black-200: #F7C5D3;
--black-300: #F198B1;
--black-400: #EA6288;
--black-500: #E33566;
--black-600: #C51B4B;
--black-700: #9D153C;
--black-800: #700F2B;
--black-900: #480A1B;
--black-950: #2D0611;
}