Magenta
#D327F1
PinkColor Codes
All color formats for development
HEX
#D327F1RGB
rgb(211, 39, 241)HSL
hsl(291, 88%, 55%)OKLCH
oklch(0.639 0.285 320.8)CMYK
cmyk(12%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CC0FED
2#B50DD3
3#9F0CB9
4#880A9E
5#710884
6#5B0769
7#44054F
8#2D0335
9#17021A
Tints
Lighter variations
1#D73DF3
2#DC52F4
3#E068F5
4#E57EF7
5#E993F8
6#EDA9F9
7#F2BEFB
8#F6D4FC
9#FBE9FE
Tones
Muted variations
1#CC31E7
2#C53BDD
3#BE46D3
4#B750C9
5#B05ABF
6#A964B5
7#A16EAB
8#9A78A0
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F2C1FB;
--magenta-300: #E891F8;
--magenta-400: #DD57F4;
--magenta-500: #D327F1;
--magenta-600: #B50DD3;
--magenta-700: #900BA8;
--magenta-800: #670878;
--magenta-900: #42054D;
--magenta-950: #290330;
}