Magenta
#D62CED
PinkColor Codes
All color formats for development
HEX
#D62CEDRGB
rgb(214, 44, 237)HSL
hsl(293, 84%, 55%)OKLCH
oklch(0.643 0.28 322.4)CMYK
cmyk(10%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D014E8
2#B812CE
3#A110B5
4#8A0D9B
5#730B81
6#5C0967
7#45074D
8#2E0434
9#17021A
Tints
Lighter variations
1#DA41EE
2#DE56F0
3#E26BF2
4#E680F4
5#EB95F6
6#EFABF8
7#F3C0F9
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#CF35E3
2#C73FD9
3#C049D0
4#B952C6
5#B15CBC
6#AA66B3
7#A26FA9
8#9B79A0
9#948396
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 | EA93 #EA93F6 | BordersInactive statesPlaceholder text |
| 400 | DF5B #DF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D62C #D62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B812 #B812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930E #930EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | 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: #EA93F6;
--magenta-400: #DF5BF1;
--magenta-500: #D62CED;
--magenta-600: #B812CE;
--magenta-700: #930EA4;
--magenta-800: #690A75;
--magenta-900: #43074B;
--magenta-950: #2A042F;
}