Magenta
#D32CED
PinkColor Codes
All color formats for development
HEX
#D32CEDRGB
rgb(211, 44, 237)HSL
hsl(292, 84%, 55%)OKLCH
oklch(0.639 0.279 321.6)CMYK
cmyk(11%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC14E8
2#B512CE
3#9F10B5
4#880D9B
5#710B81
6#5B0967
7#44074D
8#2D0434
9#17021A
Tints
Lighter variations
1#D741EE
2#DC56F0
3#E06BF2
4#E580F4
5#E995F6
6#EDABF8
7#F2C0F9
8#F6D5FB
9#FBEAFD
Tones
Muted variations
1#CC35E3
2#C53FD9
3#BE49D0
4#B752C6
5#B05CBC
6#A966B3
7#A16FA9
8#9A79A0
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E893 #E893F6 | BordersInactive statesPlaceholder text |
| 400 | DD5B #DD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D32C #D32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B512 #B512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900E #900EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4207 #42074B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F2C2FA;
--magenta-300: #E893F6;
--magenta-400: #DD5BF1;
--magenta-500: #D32CED;
--magenta-600: #B512CE;
--magenta-700: #900EA4;
--magenta-800: #670A75;
--magenta-900: #42074B;
--magenta-950: #29042F;
}