Magenta
#B80AD6
PinkColor Codes
All color formats for development
HEX
#B80AD6RGB
rgb(184, 10, 214)HSL
hsl(291, 91%, 44%)OKLCH
oklch(0.571 0.27 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#A509C1
2#9308AB
3#810796
4#6E0681
5#5C056B
6#490456
7#370340
8#25022B
9#120115
Tints
Lighter variations
1#CF0BF2
2#D625F5
3#DB40F6
4#E05BF7
5#E577F9
6#EA92FA
7#EFADFB
8#F5C8FC
9#FAE4FE
Tones
Muted variations
1#B114CC
2#A91FC2
3#A229B8
4#9B33AD
5#943DA3
6#8D4799
7#86528F
8#7E5C85
9#77667A
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 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8F #EA8FFA | BordersInactive statesPlaceholder text |
| 400 | DF55 #DF55F7 | Disabled statesSecondary iconsMuted text |
| 500 | D524 #D524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B80A #B80AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9208 #9208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #68067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | 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: #FCF0FE;
--magenta-100: #F9DDFD;
--magenta-200: #F3C0FC;
--magenta-300: #EA8FFA;
--magenta-400: #DF55F7;
--magenta-500: #D524F5;
--magenta-600: #B80AD6;
--magenta-700: #9208AA;
--magenta-800: #68067A;
--magenta-900: #43044E;
--magenta-950: #2A0231;
}