Magenta
#BA0BD5
PinkColor Codes
All color formats for development
HEX
#BA0BD5RGB
rgb(186, 11, 213)HSL
hsl(292, 90%, 44%)OKLCH
oklch(0.574 0.27 321)CMYK
cmyk(13%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A80AC0
2#9509AB
3#820895
4#700780
5#5D066B
6#4B0455
7#380340
8#25022B
9#130115
Tints
Lighter variations
1#D20DF0
2#D826F4
3#DD41F5
4#E25CF6
5#E777F8
6#EC92F9
7#F0AEFB
8#F5C9FC
9#FAE4FE
Tones
Muted variations
1#B315CB
2#AB1FC1
3#A42AB7
4#9D34AD
5#953EA3
6#8E4899
7#86528E
8#7F5C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB90 #EB90F9 | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F6 | Disabled statesSecondary iconsMuted text |
| 500 | D825 #D825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA0B #BA0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9409 #9409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | 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: #F9DDFD;
--magenta-200: #F4C0FC;
--magenta-300: #EB90F9;
--magenta-400: #E155F6;
--magenta-500: #D825F4;
--magenta-600: #BA0BD5;
--magenta-700: #9409AA;
--magenta-800: #6A0679;
--magenta-900: #44044E;
--magenta-950: #2A0330;
}