Magenta
#BA02DE
PinkColor Codes
All color formats for development
HEX
#BA02DERGB
rgb(186, 2, 222)HSL
hsl(290, 98%, 44%)OKLCH
oklch(0.578 0.278 318.9)CMYK
cmyk(16%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A702C8
2#9402B2
3#82029C
4#6F0185
5#5D016F
6#4A0159
7#380143
8#25002C
9#130016
Tints
Lighter variations
1#D103FA
2#D71DFD
3#DC39FD
4#E155FD
5#E672FE
6#EB8EFE
7#F0AAFE
8#F5C6FE
9#FAE3FF
Tones
Muted variations
1#B20DD3
2#AB18C8
3#A423BD
4#9C2EB2
5#9539A7
6#8E449C
7#864F91
8#7F5A86
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8B #EB8BFE | BordersInactive statesPlaceholder text |
| 400 | E04E #E04EFD | Disabled statesSecondary iconsMuted text |
| 500 | D71C #D71CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | BA02 #BA02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9402 #9402B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6901 #69017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430151 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFF;
--magenta-200: #F4BDFE;
--magenta-300: #EB8BFE;
--magenta-400: #E04EFD;
--magenta-500: #D71CFD;
--magenta-600: #BA02DE;
--magenta-700: #9402B1;
--magenta-800: #69017E;
--magenta-900: #430151;
--magenta-950: #2A0132;
}