Black
#2D062B
PinkColor Codes
All color formats for development
HEX
#2D062BRGB
rgb(45, 6, 43)HSL
hsl(303, 76%, 10%)OKLCH
oklch(0.216 0.082 330.2)CMYK
cmyk(0%, 87%, 4%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280627
2#240522
3#1F041E
4#1B041A
5#160315
6#120211
7#0D020D
8#090109
9#040104
Tints
Lighter variations
1#550C52
2#7E1178
3#A6179F
4#CE1CC6
5#E335DB
6#E95DE2
7#EE86E9
8#F4AEF0
9#F9D7F8
Tones
Muted variations
1#2B0829
2#290A27
3#270C26
4#250E24
5#231022
6#211220
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 #FBE0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198EC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62E3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335DB | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BBD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A45 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FD;
--black-100: #FBE0F9;
--black-200: #F7C5F5;
--black-300: #F198EC;
--black-400: #EA62E3;
--black-500: #E335DB;
--black-600: #C51BBD;
--black-700: #9D1596;
--black-800: #700F6B;
--black-900: #480A45;
--black-950: #2D062B;
}