Magenta
#BC11D0
PinkColor Codes
All color formats for development
HEX
#BC11D0RGB
rgb(188, 17, 208)HSL
hsl(294, 85%, 44%)OKLCH
oklch(0.575 0.265 322.8)CMYK
cmyk(10%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA0FBB
2#970DA6
3#840C91
4#710A7D
5#5E0868
6#4B0753
7#39053E
8#26032A
9#130215
Tints
Lighter variations
1#D413EA
2#DA2CEE
3#DF46F0
4#E460F2
5#E87BF4
6#ED95F6
7#F1B0F9
8#F6CAFB
9#FAE5FD
Tones
Muted variations
1#B51AC6
2#AD24BC
3#A62DB3
4#9E37A9
5#9641A0
6#8F4A96
7#87548D
8#7F5D83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC92 #EC92F6 | BordersInactive statesPlaceholder text |
| 400 | E25A #E25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DA2B #DA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | BC11 #BC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960D #960DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4506 #45064B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F4C2FA;
--magenta-300: #EC92F6;
--magenta-400: #E25AF2;
--magenta-500: #DA2BEE;
--magenta-600: #BC11D0;
--magenta-700: #960DA5;
--magenta-800: #6B0A76;
--magenta-900: #45064B;
--magenta-950: #2B042F;
}