Magenta
#D72FE9
PinkColor Codes
All color formats for development
HEX
#D72FE9RGB
rgb(215, 47, 233)HSL
hsl(294, 81%, 55%)OKLCH
oklch(0.644 0.275 323.6)CMYK
cmyk(8%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D018E4
2#B915CB
3#A213B2
4#8B1098
5#740D7F
6#5C0B66
7#45084C
8#2E0533
9#170319
Tints
Lighter variations
1#DB44EB
2#DF59EE
3#E36EF0
4#E782F2
5#EB97F4
6#EFACF6
7#F3C1F8
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#CF39E0
2#C842D7
3#C04BCD
4#B954C4
5#B15EBB
6#AA67B1
7#A370A8
8#9B7A9F
9#948396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C3 #F3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA95 #EA95F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEE | Disabled statesSecondary iconsMuted text |
| 500 | D72F #D72FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B915 #B915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9311 #9311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690C #690C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4308 #43084A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DFFC;
--magenta-200: #F3C3F9;
--magenta-300: #EA95F4;
--magenta-400: #E05DEE;
--magenta-500: #D72FE9;
--magenta-600: #B915CB;
--magenta-700: #9311A2;
--magenta-800: #690C73;
--magenta-900: #43084A;
--magenta-950: #2A052E;
}