Magenta
#D524F5
PinkColor Codes
All color formats for development
HEX
#D524F5RGB
rgb(213, 36, 245)HSL
hsl(291, 91%, 55%)OKLCH
oklch(0.643 0.29 320.5)CMYK
cmyk(13%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF0BF1
2#B80AD6
3#A109BC
4#8A08A1
5#730686
6#5C056B
7#450450
8#2E0336
9#17011B
Tints
Lighter variations
1#DA3AF6
2#DE50F7
3#E266F8
4#E67BF9
5#EA91FA
6#EEA7FB
7#F3BDFC
8#F7D3FD
9#FBE9FE
Tones
Muted variations
1#CE2EEA
2#C739E0
3#BF43D5
4#B84ECB
5#B158C0
6#A962B6
7#A26DAC
8#9B77A1
9#948297
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;
}