Magenta
#B311D0
PinkColor Codes
All color formats for development
HEX
#B311D0RGB
rgb(179, 17, 208)HSL
hsl(291, 85%, 44%)OKLCH
oklch(0.561 0.262 320.2)CMYK
cmyk(14%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A10FBB
2#8F0DA6
3#7D0C91
4#6B0A7D
5#590868
6#480753
7#36053E
8#24032A
9#120215
Tints
Lighter variations
1#CA13EA
2#D12CEE
3#D746F0
4#DC60F2
5#E27BF4
6#E895F6
7#EEB0F9
8#F3CAFB
9#F9E5FD
Tones
Muted variations
1#AC1AC6
2#A624BC
3#9F2DB3
4#9837A9
5#9241A0
6#8B4A96
7#84548D
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 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E792 #E792F6 | BordersInactive statesPlaceholder text |
| 400 | DB5A #DB5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D12B #D12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B311 #B311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0D #8E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660A #660A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4106 #41064B | 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: #F2C2FA;
--magenta-300: #E792F6;
--magenta-400: #DB5AF2;
--magenta-500: #D12BEE;
--magenta-600: #B311D0;
--magenta-700: #8E0DA5;
--magenta-800: #660A76;
--magenta-900: #41064B;
--magenta-950: #29042F;
}