Magenta
#BD0CD4
PinkColor Codes
All color formats for development
HEX
#BD0CD4RGB
rgb(189, 12, 212)HSL
hsl(293, 89%, 44%)OKLCH
oklch(0.578 0.27 322.1)CMYK
cmyk(11%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA0BBF
2#970AAA
3#840994
4#71077F
5#5E066A
6#4C0555
7#390440
8#26022A
9#130115
Tints
Lighter variations
1#D50EEF
2#DB27F2
3#DF42F4
4#E45DF6
5#E878F7
6#ED93F9
7#F1AEFA
8#F6C9FC
9#FAE4FD
Tones
Muted variations
1#B516CA
2#AD20C0
3#A62AB6
4#9E34AC
5#963EA2
6#8F4898
7#87528E
8#805C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC90 #EC90F9 | BordersInactive statesPlaceholder text |
| 400 | E356 #E356F5 | Disabled statesSecondary iconsMuted text |
| 500 | DB26 #DB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD0C #BD0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960A #960AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B07 #6B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C0FB;
--magenta-300: #EC90F9;
--magenta-400: #E356F5;
--magenta-500: #DB26F2;
--magenta-600: #BD0CD4;
--magenta-700: #960AA9;
--magenta-800: #6B0778;
--magenta-900: #45044D;
--magenta-950: #2B0330;
}