Magenta
#BA07DA
PinkColor Codes
All color formats for development
HEX
#BA07DARGB
rgb(186, 7, 218)HSL
hsl(291, 94%, 44%)OKLCH
oklch(0.576 0.274 319.8)CMYK
cmyk(15%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A706C4
2#9505AE
3#820598
4#700483
5#5D036D
6#4A0357
7#380241
8#25012C
9#130116
Tints
Lighter variations
1#D208F5
2#D821F8
3#DD3DF9
4#E259FA
5#E774FB
6#EB90FC
7#F0ACFC
8#F5C8FD
9#FAE3FE
Tones
Muted variations
1#B311CF
2#AB1CC5
3#A426BA
4#9C31AF
5#953BA5
6#8E469A
7#865190
8#7F5B85
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFE;
--magenta-200: #F4BFFD;
--magenta-300: #EB8DFB;
--magenta-400: #E052FA;
--magenta-500: #D820F8;
--magenta-600: #BA07DA;
--magenta-700: #9405AD;
--magenta-800: #6A047C;
--magenta-900: #44024F;
--magenta-950: #2A0231;
}