Magenta
#B512CE
PinkColor Codes
All color formats for development
HEX
#B512CERGB
rgb(181, 18, 206)HSL
hsl(292, 84%, 44%)OKLCH
oklch(0.563 0.261 321.3)CMYK
cmyk(12%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A310BA
2#910EA5
3#7F0D91
4#6D0B7C
5#5B0967
6#490753
7#36053E
8#240429
9#120215
Tints
Lighter variations
1#CC14E9
2#D32DED
3#D947EF
4#DE61F1
5#E47CF4
6#E996F6
7#EFB0F8
8#F4CAFA
9#FAE5FD
Tones
Muted variations
1#AE1BC5
2#A725BC
3#A12EB2
4#9A38A9
5#93419F
6#8C4B96
7#85548C
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 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | 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: #E893F6;
--magenta-400: #DD5BF1;
--magenta-500: #D32CED;
--magenta-600: #B512CE;
--magenta-700: #900EA4;
--magenta-800: #670A75;
--magenta-900: #42074B;
--magenta-950: #29042F;
}