Black
#2B062D
PinkColor Codes
All color formats for development
HEX
#2B062DRGB
rgb(43, 6, 45)HSL
hsl(297, 76%, 10%)OKLCH
oklch(0.214 0.083 325.8)CMYK
cmyk(4%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270628
2#220524
3#1E041F
4#1A041B
5#150316
6#110212
7#0D020D
8#090109
9#040104
Tints
Lighter variations
1#520C55
2#78117E
3#9F17A6
4#C61CCE
5#DB35E3
6#E25DE9
7#E986EE
8#F0AEF4
9#F8D7F9
Tones
Muted variations
1#29082B
2#270A29
3#260C27
4#240E25
5#221023
6#201221
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 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC98 #EC98F1 | BordersInactive statesPlaceholder text |
| 400 | E362 #E362EA | Disabled statesSecondary iconsMuted text |
| 500 | DB35 #DB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD1B #BD1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9615 #96159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0F #6B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 450A #450A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FD;
--black-100: #F9E0FB;
--black-200: #F5C5F7;
--black-300: #EC98F1;
--black-400: #E362EA;
--black-500: #DB35E3;
--black-600: #BD1BC5;
--black-700: #96159D;
--black-800: #6B0F70;
--black-900: #450A48;
--black-950: #2B062D;
}