Black
#2D062D
PinkColor Codes
All color formats for development
HEX
#2D062DRGB
rgb(45, 6, 45)HSL
hsl(300, 76%, 10%)OKLCH
oklch(0.217 0.084 328)CMYK
cmyk(0%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280628
2#240524
3#1F041F
4#1B041B
5#160316
6#120212
7#0D020D
8#090109
9#040104
Tints
Lighter variations
1#550C55
2#7E117E
3#A617A6
4#CE1CCE
5#E335E3
6#E95DE9
7#EE86EE
8#F4AEF4
9#F9D7F9
Tones
Muted variations
1#2B082B
2#290A29
3#270C27
4#250E25
5#231023
6#211221
7#1F141F
8#1D161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FD;
--black-100: #FBE0FB;
--black-200: #F7C5F7;
--black-300: #F198F1;
--black-400: #EA62EA;
--black-500: #E335E3;
--black-600: #C51BC5;
--black-700: #9D159D;
--black-800: #700F70;
--black-900: #480A48;
--black-950: #2D062D;
}