Magenta
#B413CD
PinkColor Codes
All color formats for development
HEX
#B413CDRGB
rgb(180, 19, 205)HSL
hsl(292, 83%, 44%)OKLCH
oklch(0.561 0.259 321.2)CMYK
cmyk(12%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A211B9
2#900FA4
3#7E0D90
4#6C0B7B
5#5A0A67
6#480852
7#36063E
8#240429
9#120215
Tints
Lighter variations
1#CB16E7
2#D22EEC
3#D848EE
4#DD62F0
5#E37CF3
6#E996F5
7#EEB1F8
8#F4CBFA
9#F9E5FD
Tones
Muted variations
1#AE1CC4
2#A726BB
3#A02FB1
4#9938A8
5#92429F
6#8C4B95
7#85548C
8#7E5E83
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 #F2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F5 | BordersInactive statesPlaceholder text |
| 400 | DC5C #DC5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D22D #D22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B413 #B413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900F #900FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670B #670B75 | 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: #F2C2F9;
--magenta-300: #E894F5;
--magenta-400: #DC5CF0;
--magenta-500: #D22DEB;
--magenta-600: #B413CD;
--magenta-700: #900FA3;
--magenta-800: #670B75;
--magenta-900: #42074B;
--magenta-950: #29042F;
}