Magenta
#B50DD3
PinkColor Codes
All color formats for development
HEX
#B50DD3RGB
rgb(181, 13, 211)HSL
hsl(291, 88%, 44%)OKLCH
oklch(0.565 0.266 320.1)CMYK
cmyk(14%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A30CBE
2#910BA9
3#7F0994
4#6D087F
5#5B0769
6#490554
7#36043F
8#24032A
9#120115
Tints
Lighter variations
1#CC0FEE
2#D328F1
3#D943F3
4#DE5EF5
5#E479F6
6#E994F8
7#EFAEFA
8#F4C9FC
9#FAE4FD
Tones
Muted variations
1#AE17C9
2#A721BF
3#A12BB5
4#9A35AB
5#933FA2
6#8C4998
7#85538E
8#7E5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F2C1FB;
--magenta-300: #E891F8;
--magenta-400: #DD57F4;
--magenta-500: #D327F1;
--magenta-600: #B50DD3;
--magenta-700: #900BA8;
--magenta-800: #670878;
--magenta-900: #42054D;
--magenta-950: #290330;
}