Magenta
#CD2CED
PinkColor Codes
All color formats for development
HEX
#CD2CEDRGB
rgb(205, 44, 237)HSL
hsl(290, 84%, 55%)OKLCH
oklch(0.63 0.277 320)CMYK
cmyk(14%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C514E8
2#AF12CE
3#9910B5
4#830D9B
5#6D0B81
6#580967
7#42074D
8#2C0434
9#16021A
Tints
Lighter variations
1#D241EE
2#D756F0
3#DC6BF2
4#E180F4
5#E695F6
6#EBABF8
7#F0C0F9
8#F5D5FB
9#FAEAFD
Tones
Muted variations
1#C635E3
2#C03FD9
3#B949D0
4#B352C6
5#AC5CBC
6#A666B3
7#A06FA9
8#9979A0
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F7DEFC;
--magenta-200: #F0C2FA;
--magenta-300: #E593F6;
--magenta-400: #D85BF1;
--magenta-500: #CD2CED;
--magenta-600: #AF12CE;
--magenta-700: #8B0EA4;
--magenta-800: #630A75;
--magenta-900: #40074B;
--magenta-950: #28042F;
}