Magenta
#C512CE
PinkColor Codes
All color formats for development
HEX
#C512CERGB
rgb(197, 18, 206)HSL
hsl(297, 84%, 44%)OKLCH
oklch(0.587 0.266 325.9)CMYK
cmyk(4%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B110BA
2#9E0EA5
3#8A0D91
4#760B7C
5#630967
6#4F0753
7#3B053E
8#270429
9#140215
Tints
Lighter variations
1#DE14E9
2#E32DED
3#E747EF
4#EA61F1
5#EE7CF4
6#F196F6
7#F5B0F8
8#F8CAFA
9#FCE5FD
Tones
Muted variations
1#BD1BC5
2#B425BC
3#AC2EB2
4#A338A9
5#9B419F
6#924B96
7#8A548C
8#815D83
9#79677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F193 #F193F6 | BordersInactive statesPlaceholder text |
| 400 | E95B #E95BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E32C #E32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | C512 #C512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0E #9D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700A #700A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F7C2FA;
--magenta-300: #F193F6;
--magenta-400: #E95BF1;
--magenta-500: #E32CED;
--magenta-600: #C512CE;
--magenta-700: #9D0EA4;
--magenta-800: #700A75;
--magenta-900: #48074B;
--magenta-950: #2D042F;
}