Magenta
#D52DEB
PinkColor Codes
All color formats for development
HEX
#D52DEBRGB
rgb(213, 45, 235)HSL
hsl(293, 83%, 55%)OKLCH
oklch(0.641 0.277 322.6)CMYK
cmyk(9%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF15E7
2#B813CD
3#A111B4
4#8A0E9A
5#730C80
6#5C0A67
7#45074D
8#2E0533
9#17021A
Tints
Lighter variations
1#D942ED
2#DE57EF
3#E26CF1
4#E681F3
5#EA96F5
6#EEABF7
7#F2C0F9
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#CE37E2
2#C740D8
3#BF4ACF
4#B853C5
5#B15DBC
6#A966B2
7#A270A9
8#9B799F
9#948396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA94 #EA94F5 | BordersInactive statesPlaceholder text |
| 400 | DF5C #DF5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D52D #D52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B813 #B813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 920F #920FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680B #680B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F3C2F9;
--magenta-300: #EA94F5;
--magenta-400: #DF5CF0;
--magenta-500: #D52DEB;
--magenta-600: #B813CD;
--magenta-700: #920FA3;
--magenta-800: #680B75;
--magenta-900: #43074B;
--magenta-950: #2A042F;
}