Magenta
#B50FD2
PinkColor Codes
All color formats for development
HEX
#B50FD2RGB
rgb(181, 15, 210)HSL
hsl(291, 87%, 44%)OKLCH
oklch(0.565 0.265 320.3)CMYK
cmyk(14%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A20DBD
2#900CA8
3#7E0A93
4#6C097E
5#5A0769
6#480654
7#36043F
8#24032A
9#120115
Tints
Lighter variations
1#CC10ED
2#D229F0
3#D844F2
4#DD5FF4
5#E379F6
6#E994F8
7#EEAFF9
8#F4CAFB
9#F9E4FD
Tones
Muted variations
1#AE18C8
2#A722BE
3#A02CB5
4#9936AB
5#923FA1
6#8C4997
7#85538D
8#7E5D84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F7 | BordersInactive statesPlaceholder text |
| 400 | DC58 #DC58F3 | Disabled statesSecondary iconsMuted text |
| 500 | D228 #D228F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50F #B50FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900C #900CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054C | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFD;
--magenta-200: #F2C1FB;
--magenta-300: #E891F7;
--magenta-400: #DC58F3;
--magenta-500: #D228F0;
--magenta-600: #B50FD2;
--magenta-700: #900CA7;
--magenta-800: #670877;
--magenta-900: #42054C;
--magenta-950: #290330;
}