Magenta
#B70BD5
PinkColor Codes
All color formats for development
HEX
#B70BD5RGB
rgb(183, 11, 213)HSL
hsl(291, 90%, 44%)OKLCH
oklch(0.569 0.269 320.2)CMYK
cmyk(14%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A50AC0
2#9209AB
3#800895
4#6E0780
5#5B066B
6#490455
7#370340
8#25022B
9#120115
Tints
Lighter variations
1#CE0DF0
2#D526F4
3#DA41F5
4#DF5CF6
5#E577F8
6#EA92F9
7#EFAEFB
8#F4C9FC
9#FAE4FE
Tones
Muted variations
1#B015CB
2#A91FC1
3#A22AB7
4#9B34AD
5#943EA3
6#8C4899
7#85528E
8#7E5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DE55 #DE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D525 #D525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B70B #B70BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9109 #9109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #680679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFD;
--magenta-200: #F3C0FC;
--magenta-300: #E990F9;
--magenta-400: #DE55F6;
--magenta-500: #D525F4;
--magenta-600: #B70BD5;
--magenta-700: #9109AA;
--magenta-800: #680679;
--magenta-900: #43044E;
--magenta-950: #2A0330;
}