Magenta
#D51FF9
PinkColor Codes
All color formats for development
HEX
#D51FF9RGB
rgb(213, 31, 249)HSL
hsl(290, 95%, 55%)OKLCH
oklch(0.643 0.296 319.7)CMYK
cmyk(14%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CE06F6
2#B706DB
3#A005BF
4#8904A4
5#730489
6#5C036D
7#450252
8#2E0137
9#17011B
Tints
Lighter variations
1#D936FA
2#DD4CFA
3#E262FB
4#E679FC
5#EA8FFC
6#EEA5FD
7#F2BCFD
8#F7D2FE
9#FBE9FE
Tones
Muted variations
1#CE2AEE
2#C635E3
3#BF40D9
4#B84BCE
5#B156C3
6#A961B8
7#A26CAD
8#9B76A2
9#948197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFC | BordersInactive statesPlaceholder text |
| 400 | DE51 #DE51FB | Disabled statesSecondary iconsMuted text |
| 500 | D51F #D51FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B706 #B706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6803 #68037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | 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: #F8DCFE;
--magenta-200: #F3BEFD;
--magenta-300: #E98DFC;
--magenta-400: #DE51FB;
--magenta-500: #D51FF9;
--magenta-600: #B706DB;
--magenta-700: #9204AE;
--magenta-800: #68037C;
--magenta-900: #430250;
--magenta-950: #2A0132;
}