Magenta
#D011D0
PinkColor Codes
All color formats for development
HEX
#D011D0RGB
rgb(208, 17, 208)HSL
hsl(300, 85%, 44%)OKLCH
oklch(0.605 0.272 328.3)CMYK
cmyk(0%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0FBB
2#A60DA6
3#910C91
4#7D0A7D
5#680868
6#530753
7#3E053E
8#2A032A
9#150215
Tints
Lighter variations
1#EA13EA
2#EE2CEE
3#F046F0
4#F260F2
5#F47BF4
6#F695F6
7#F9B0F9
8#FBCAFB
9#FDE5FD
Tones
Muted variations
1#C61AC6
2#BC24BC
3#B32DB3
4#A937A9
5#A041A0
6#964A96
7#8D548D
8#835D83
9#7A677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F6 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B064B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #FAC2FA;
--magenta-300: #F692F6;
--magenta-400: #F25AF2;
--magenta-500: #EE2BEE;
--magenta-600: #D011D0;
--magenta-700: #A50DA5;
--magenta-800: #760A76;
--magenta-900: #4B064B;
--magenta-950: #2F042F;
}