Magenta
#D420F8
PinkColor Codes
All color formats for development
HEX
#D420F8RGB
rgb(212, 32, 248)HSL
hsl(290, 94%, 55%)OKLCH
oklch(0.642 0.294 319.6)CMYK
cmyk(15%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD08F5
2#B707DA
3#A006BE
4#8905A3
5#720488
6#5B036D
7#440352
8#2E0236
9#17011B
Tints
Lighter variations
1#D837F9
2#DD4DF9
3#E163FA
4#E579FB
5#EA90FC
6#EEA6FC
7#F2BCFD
8#F6D2FE
9#FBE9FE
Tones
Muted variations
1#CD2BED
2#C636E3
3#BF41D8
4#B74CCD
5#B056C2
6#A961B7
7#A26CAD
8#9B77A2
9#938197
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 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFB | BordersInactive statesPlaceholder text |
| 400 | DE52 #DE52FA | Disabled statesSecondary iconsMuted text |
| 500 | D420 #D420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B707 #B707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9105 #9105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6804 #68047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #42024F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F3BFFD;
--magenta-300: #E98DFB;
--magenta-400: #DE52FA;
--magenta-500: #D420F8;
--magenta-600: #B707DA;
--magenta-700: #9105AD;
--magenta-800: #68047C;
--magenta-900: #42024F;
--magenta-950: #290231;
}