Magenta
#D322F7
PinkColor Codes
All color formats for development
HEX
#D322F7RGB
rgb(211, 34, 247)HSL
hsl(290, 93%, 55%)OKLCH
oklch(0.64 0.292 319.5)CMYK
cmyk(15%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC09F4
2#B608D9
3#9F07BD
4#8806A2
5#720587
6#5B046C
7#440351
8#2D0236
9#17011B
Tints
Lighter variations
1#D838F8
2#DC4EF9
3#E064F9
4#E57AFA
5#E990FB
6#EEA6FC
7#F2BDFD
8#F6D3FD
9#FBE9FE
Tones
Muted variations
1#CC2CEC
2#C537E2
3#BE42D7
4#B74CCC
5#B057C2
6#A962B7
7#A26CAC
8#9A77A2
9#938297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98E #E98EFB | BordersInactive statesPlaceholder text |
| 400 | DD53 #DD53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D322 #D322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B608 #B608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9106 #9106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6704 #67047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034F | 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: #FCF0FE;
--magenta-100: #F8DDFE;
--magenta-200: #F2BFFD;
--magenta-300: #E98EFB;
--magenta-400: #DD53F9;
--magenta-500: #D322F7;
--magenta-600: #B608D9;
--magenta-700: #9106AC;
--magenta-800: #67047B;
--magenta-900: #42034F;
--magenta-950: #290231;
}