Magenta
#B90DD3
PinkColor Codes
All color formats for development
HEX
#B90DD3RGB
rgb(185, 13, 211)HSL
hsl(292, 88%, 44%)OKLCH
oklch(0.571 0.267 321.2)CMYK
cmyk(12%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A60CBE
2#940BA9
3#810994
4#6F087F
5#5C0769
6#4A0554
7#37043F
8#25032A
9#120115
Tints
Lighter variations
1#D00FEE
2#D628F1
3#DC43F3
4#E15EF5
5#E679F6
6#EB94F8
7#F0AEFA
8#F5C9FC
9#FAE4FD
Tones
Muted variations
1#B117C9
2#AA21BF
3#A32BB5
4#9C35AB
5#943FA2
6#8D4998
7#86538E
8#7F5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F3C1FB;
--magenta-300: #EA91F8;
--magenta-400: #DF57F4;
--magenta-500: #D627F1;
--magenta-600: #B90DD3;
--magenta-700: #930BA8;
--magenta-800: #690878;
--magenta-900: #43054D;
--magenta-950: #2A0330;
}