Black
#2D062C
PinkColor Codes
All color formats for development
HEX
#2D062CRGB
rgb(45, 6, 44)HSL
hsl(302, 76%, 10%)OKLCH
oklch(0.217 0.083 329.1)CMYK
cmyk(0%, 87%, 2%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280627
2#240523
3#1F041F
4#1B041A
5#160316
6#120211
7#0D020D
8#090109
9#040104
Tints
Lighter variations
1#550C53
2#7E117A
3#A617A1
4#CE1CC9
5#E335DE
6#E95DE4
7#EE86EB
8#F4AEF2
9#F9D7F8
Tones
Muted variations
1#2B082A
2#290A28
3#270C26
4#250E24
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 #FBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335DE | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A46 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FD;
--black-100: #FBE0FA;
--black-200: #F7C5F5;
--black-300: #F198EE;
--black-400: #EA62E5;
--black-500: #E335DE;
--black-600: #C51BC0;
--black-700: #9D1599;
--black-800: #700F6D;
--black-900: #480A46;
--black-950: #2D062C;
}