Magenta
#B611D0
PinkColor Codes
All color formats for development
HEX
#B611D0RGB
rgb(182, 17, 208)HSL
hsl(292, 85%, 44%)OKLCH
oklch(0.566 0.263 321.1)CMYK
cmyk(12%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A40FBB
2#920DA6
3#7F0C91
4#6D0A7D
5#5B0868
6#490753
7#37053E
8#24032A
9#120215
Tints
Lighter variations
1#CD13EA
2#D42CEE
3#D946F0
4#DF60F2
5#E47BF4
6#E995F6
7#EFB0F9
8#F4CAFB
9#FAE5FD
Tones
Muted variations
1#AF1AC6
2#A824BC
3#A12DB3
4#9A37A9
5#9341A0
6#8C4A96
7#85548D
8#7E5D83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E992 #E992F6 | BordersInactive statesPlaceholder text |
| 400 | DD5A #DD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D42B #D42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B611 #B611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910D #910DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4206 #42064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F3C2FA;
--magenta-300: #E992F6;
--magenta-400: #DD5AF2;
--magenta-500: #D42BEE;
--magenta-600: #B611D0;
--magenta-700: #910DA5;
--magenta-800: #670A76;
--magenta-900: #42064B;
--magenta-950: #29042F;
}