Magenta
#B911D0
PinkColor Codes
All color formats for development
HEX
#B911D0RGB
rgb(185, 17, 208)HSL
hsl(293, 85%, 44%)OKLCH
oklch(0.57 0.264 322)CMYK
cmyk(11%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A70FBB
2#940DA6
3#820C91
4#6F0A7D
5#5D0868
6#4A0753
7#38053E
8#25032A
9#130215
Tints
Lighter variations
1#D113EA
2#D72CEE
3#DC46F0
4#E160F2
5#E67BF4
6#EB95F6
7#F0B0F9
8#F5CAFB
9#FAE5FD
Tones
Muted variations
1#B21AC6
2#AB24BC
3#A32DB3
4#9C37A9
5#9541A0
6#8D4A96
7#86548D
8#7F5D83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EB92 #EB92F6 | BordersInactive statesPlaceholder text |
| 400 | E05A #E05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D72B #D72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B911 #B911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930D #930DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4306 #43064B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F3C2FA;
--magenta-300: #EB92F6;
--magenta-400: #E05AF2;
--magenta-500: #D72BEE;
--magenta-600: #B911D0;
--magenta-700: #930DA5;
--magenta-800: #690A76;
--magenta-900: #43064B;
--magenta-950: #2A042F;
}