Magenta
#D323F6
PinkColor Codes
All color formats for development
HEX
#D323F6RGB
rgb(211, 35, 246)HSL
hsl(290, 92%, 55%)OKLCH
oklch(0.64 0.291 319.7)CMYK
cmyk(14%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC0AF2
2#B509D7
3#9E08BC
4#8807A2
5#710687
6#5B046C
7#440351
8#2D0236
9#17011B
Tints
Lighter variations
1#D739F7
2#DC4FF8
3#E065F9
4#E47BF9
5#E991FA
6#EDA7FB
7#F2BDFC
8#F6D3FD
9#FBE9FE
Tones
Muted variations
1#CC2DEB
2#C538E1
3#BE42D6
4#B64DCC
5#AF57C1
6#A862B6
7#A16DAC
8#9A77A1
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 #F2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88E #E88EFA | BordersInactive statesPlaceholder text |
| 400 | DC54 #DC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D323 #D323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B509 #B509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9007 #9007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6705 #67057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034E | 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: #F2BFFC;
--magenta-300: #E88EFA;
--magenta-400: #DC54F8;
--magenta-500: #D323F6;
--magenta-600: #B509D7;
--magenta-700: #9007AB;
--magenta-800: #67057A;
--magenta-900: #42034E;
--magenta-950: #290231;
}