Magenta
#C011D0
PinkColor Codes
All color formats for development
HEX
#C011D0RGB
rgb(192, 17, 208)HSL
hsl(295, 85%, 44%)OKLCH
oklch(0.581 0.266 324)CMYK
cmyk(8%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD0FBB
2#990DA6
3#860C91
4#730A7D
5#600868
6#4D0753
7#3A053E
8#26032A
9#130215
Tints
Lighter variations
1#D813EA
2#DE2CEE
3#E246F0
4#E660F2
5#EA7BF4
6#EE95F6
7#F3B0F9
8#F7CAFB
9#FBE5FD
Tones
Muted variations
1#B81AC6
2#B024BC
3#A82DB3
4#A037A9
5#9841A0
6#904A96
7#88548D
8#805D83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C2 #F5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EE92 #EE92F6 | BordersInactive statesPlaceholder text |
| 400 | E55A #E55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DE2B #DE2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C011 #C011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980D #980DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0A #6D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4606 #46064B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F5C2FA;
--magenta-300: #EE92F6;
--magenta-400: #E55AF2;
--magenta-500: #DE2BEE;
--magenta-600: #C011D0;
--magenta-700: #980DA5;
--magenta-800: #6D0A76;
--magenta-900: #46064B;
--magenta-950: #2C042F;
}