#c334df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 52, 223
HSL
290°, 73%, 54%
CMYK
13, 77, 0, 13
Luminance
0.1939
Every format
| HEX | #c334df |
| RGB | rgb(195, 52, 223) |
| HSL | hsl(290, 73%, 54%) |
| CMYK | cmyk(13%, 77%, 0%, 13%) |
| LAB | lab(51.1 75.9 -58.1) |
| LCH | lch(51.1 95.6 322.5) |
| OKLCH | oklch(0.613 0.256 320.3) |
Copy-ready code
/* CSS */
color: #c334df;
background-color: #c334df;
/* Tailwind (arbitrary) */
class="text-[#c334df] bg-[#c334df]"
/* SCSS */
$brand: #c334df;
/* SwiftUI */
Color(red: 0.765, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#c334df")Accessibility — WCAG contrast
Aa
#c334df on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c334df on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green20.4%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c334df text on a black background
contrast 4.88:1
Card sample
#c334df text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c334df;
Background color
Panel with #c334df background
background-color: #c334df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c334df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c334df; background: linear-gradient(135deg, #c334df, #DF3489);