#c439df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 57, 223
HSL
290°, 72%, 55%
CMYK
12, 74, 0, 13
Luminance
0.1999
Every format
| HEX | #c439df |
| RGB | rgb(196, 57, 223) |
| HSL | hsl(290, 72%, 55%) |
| CMYK | cmyk(12%, 74%, 0%, 13%) |
| LAB | lab(51.8 74.5 -57.0) |
| LCH | lch(51.8 93.8 322.6) |
| OKLCH | oklch(0.618 0.251 320.5) |
Copy-ready code
/* CSS */
color: #c439df;
background-color: #c439df;
/* Tailwind (arbitrary) */
class="text-[#c439df] bg-[#c439df]"
/* SCSS */
$brand: #c439df;
/* SwiftUI */
Color(red: 0.769, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#c439df")Accessibility — WCAG contrast
Aa
#c439df on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c439df on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green22.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c439df text on a black background
contrast 5.00:1
Card sample
#c439df text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c439df;
Background color
Panel with #c439df background
background-color: #c439df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c439df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c439df; background: linear-gradient(135deg, #c439df, #DF398B);