Magenta
#D12AEF
PinkColor Codes
All color formats for development
HEX
#D12AEFRGB
rgb(209, 42, 239)HSL
hsl(291, 86%, 55%)OKLCH
oklch(0.636 0.281 320.7)CMYK
cmyk(13%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA12EB
2#B410D1
3#9D0EB7
4#870C9D
5#700A82
6#5A0868
7#43064E
8#2D0434
9#16021A
Tints
Lighter variations
1#D63FF1
2#DA54F2
3#DF6AF4
4#E47FF5
5#E894F7
6#EDAAF9
7#F1BFFA
8#F6D4FC
9#FAEAFD
Tones
Muted variations
1#CA33E5
2#C43DDB
3#BD47D1
4#B651C7
5#AF5BBE
6#A865B4
7#A16FAA
8#9A79A0
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E892 #E892F7 | BordersInactive statesPlaceholder text |
| 400 | DB59 #DB59F3 | Disabled statesSecondary iconsMuted text |
| 500 | D12A #D12AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | B410 #B410D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F0C #8F0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6609 #660977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4106 #41064C | 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: #F8DEFD;
--magenta-200: #F2C1FA;
--magenta-300: #E892F7;
--magenta-400: #DB59F3;
--magenta-500: #D12AEF;
--magenta-600: #B410D1;
--magenta-700: #8F0CA6;
--magenta-800: #660977;
--magenta-900: #41064C;
--magenta-950: #29042F;
}