Magenta
#D525F4
PinkColor Codes
All color formats for development
HEX
#D525F4RGB
rgb(213, 37, 244)HSL
hsl(291, 90%, 55%)OKLCH
oklch(0.642 0.289 320.7)CMYK
cmyk(13%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE0DF0
2#B70BD5
3#A00ABB
4#8908A0
5#720785
6#5B066B
7#450450
8#2E0335
9#17011B
Tints
Lighter variations
1#D93BF5
2#DD51F6
3#E166F7
4#E67CF8
5#EA92F9
6#EEA8FA
7#F2BEFC
8#F7D3FD
9#FBE9FE
Tones
Muted variations
1#CD2FE9
2#C63ADF
3#BF44D5
4#B84ECA
5#B059C0
6#A963B6
7#A26DAB
8#9B78A1
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DE55 #DE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D525 #D525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B70B #B70BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9109 #9109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6806 #680679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4304 #43044E | 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: #F8DDFD;
--magenta-200: #F3C0FC;
--magenta-300: #E990F9;
--magenta-400: #DE55F6;
--magenta-500: #D525F4;
--magenta-600: #B70BD5;
--magenta-700: #9109AA;
--magenta-800: #680679;
--magenta-900: #43044E;
--magenta-950: #2A0330;
}