Magenta
#D42BEE
PinkColor Codes
All color formats for development
HEX
#D42BEERGB
rgb(212, 43, 238)HSL
hsl(292, 85%, 55%)OKLCH
oklch(0.64 0.28 321.7)CMYK
cmyk(11%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD13EA
2#B611D0
3#9F0FB6
4#890D9C
5#720B82
6#5B0868
7#44064E
8#2E0434
9#17021A
Tints
Lighter variations
1#D840F0
2#DC55F1
3#E16AF3
4#E580F5
5#E995F6
6#EEAAF8
7#F2BFFA
8#F6D5FC
9#FBEAFD
Tones
Muted variations
1#CD34E4
2#C53EDA
3#BE48D1
4#B752C7
5#B05BBD
6#A965B3
7#A26FAA
8#9B79A0
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E992 #E992F6 | BordersInactive statesPlaceholder text |
| 400 | DD5A #DD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D42B #D42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B611 #B611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910D #910DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670A #670A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4206 #42064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F3C2FA;
--magenta-300: #E992F6;
--magenta-400: #DD5AF2;
--magenta-500: #D42BEE;
--magenta-600: #B611D0;
--magenta-700: #910DA5;
--magenta-800: #670A76;
--magenta-900: #42064B;
--magenta-950: #29042F;
}