Magenta
#D92CED
PinkColor Codes
All color formats for development
HEX
#D92CEDRGB
rgb(217, 44, 237)HSL
hsl(294, 84%, 55%)OKLCH
oklch(0.647 0.281 323.2)CMYK
cmyk(8%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D314E8
2#BC12CE
3#A410B5
4#8D0D9B
5#750B81
6#5E0967
7#46074D
8#2F0434
9#17021A
Tints
Lighter variations
1#DD41EE
2#E156F0
3#E56BF2
4#E880F4
5#EC95F6
6#F0ABF8
7#F4C0F9
8#F7D5FB
9#FBEAFD
Tones
Muted variations
1#D235E3
2#CA3FD9
3#C249D0
4#BB52C6
5#B35CBC
6#AB66B3
7#A36FA9
8#9C79A0
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 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC93 #EC93F6 | BordersInactive statesPlaceholder text |
| 400 | E25B #E25BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D92C #D92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | BC12 #BC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950E #950EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F4C2FA;
--magenta-300: #EC93F6;
--magenta-400: #E25BF1;
--magenta-500: #D92CED;
--magenta-600: #BC12CE;
--magenta-700: #950EA4;
--magenta-800: #6B0A75;
--magenta-900: #44074B;
--magenta-950: #2B042F;
}