Magenta
#D72BEE
PinkColor Codes
All color formats for development
HEX
#D72BEERGB
rgb(215, 43, 238)HSL
hsl(293, 85%, 55%)OKLCH
oklch(0.644 0.281 322.5)CMYK
cmyk(10%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D013EA
2#B911D0
3#A20FB6
4#8B0D9C
5#740B82
6#5D0868
7#45064E
8#2E0434
9#17021A
Tints
Lighter variations
1#DB40F0
2#DF55F1
3#E36AF3
4#E780F5
5#EB95F6
6#EFAAF8
7#F3BFFA
8#F7D5FC
9#FBEAFD
Tones
Muted variations
1#D034E4
2#C83EDA
3#C148D1
4#B952C7
5#B25BBD
6#AA65B3
7#A36FAA
8#9B79A0
9#948296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EB92 #EB92F6 | BordersInactive statesPlaceholder text |
| 400 | E05A #E05AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D72B #D72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B911 #B911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930D #930DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4306 #43064B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F3C2FA;
--magenta-300: #EB92F6;
--magenta-400: #E05AF2;
--magenta-500: #D72BEE;
--magenta-600: #B911D0;
--magenta-700: #930DA5;
--magenta-800: #690A76;
--magenta-900: #43064B;
--magenta-950: #2A042F;
}