Magenta
#B011D0
PinkColor Codes
All color formats for development
HEX
#B011D0RGB
rgb(176, 17, 208)HSL
hsl(290, 85%, 44%)OKLCH
oklch(0.557 0.261 319.3)CMYK
cmyk(15%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0FBB
2#8D0DA6
3#7B0C91
4#690A7D
5#580868
6#460753
7#35053E
8#23032A
9#120215
Tints
Lighter variations
1#C613EA
2#CD2CEE
3#D446F0
4#DA60F2
5#E07BF4
6#E695F6
7#ECB0F9
8#F3CAFB
9#F9E5FD
Tones
Muted variations
1#A91AC6
2#A324BC
3#9D2DB3
4#9637A9
5#9041A0
6#8A4A96
7#83548D
8#7D5D83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E692 #E692F6 | BordersInactive statesPlaceholder text |
| 400 | D85A #D85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CD2B #CD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B011 #B011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0D #8C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640A #640A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4006 #40064B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F7DEFC;
--magenta-200: #F1C2FA;
--magenta-300: #E692F6;
--magenta-400: #D85AF2;
--magenta-500: #CD2BEE;
--magenta-600: #B011D0;
--magenta-700: #8C0DA5;
--magenta-800: #640A76;
--magenta-900: #40064B;
--magenta-950: #28042F;
}