Magenta
#D42FE9
PinkColor Codes
All color formats for development
HEX
#D42FE9RGB
rgb(212, 47, 233)HSL
hsl(293, 81%, 55%)OKLCH
oklch(0.639 0.274 322.8)CMYK
cmyk(9%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD18E4
2#B615CB
3#9F13B2
4#881098
5#720D7F
6#5B0B66
7#44084C
8#2D0533
9#170319
Tints
Lighter variations
1#D844EB
2#DC59EE
3#E16EF0
4#E582F2
5#E997F4
6#EEACF6
7#F2C1F8
8#F6D5FB
9#FBEAFD
Tones
Muted variations
1#CC39E0
2#C542D7
3#BE4BCD
4#B754C4
5#B05EBB
6#A967B1
7#A270A8
8#9B7A9F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E995 #E995F4 | BordersInactive statesPlaceholder text |
| 400 | DD5D #DD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | D42F #D42FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B615 #B615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9111 #9111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670C #670C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4208 #42084A | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DFFC;
--magenta-200: #F2C3F9;
--magenta-300: #E995F4;
--magenta-400: #DD5DEE;
--magenta-500: #D42FE9;
--magenta-600: #B615CB;
--magenta-700: #9111A2;
--magenta-800: #670C73;
--magenta-900: #42084A;
--magenta-950: #29052E;
}