#c425df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 37, 223
HSL
291°, 74%, 51%
CMYK
12, 83, 0, 13
Luminance
0.1839
Every format
| HEX | #c425df |
| RGB | rgb(196, 37, 223) |
| HSL | hsl(291, 74%, 51%) |
| CMYK | cmyk(12%, 83%, 0%, 13%) |
| LAB | lab(50.0 79.9 -60.0) |
| LCH | lch(50.0 100.0 323.1) |
| OKLCH | oklch(0.605 0.268 321.0) |
Copy-ready code
/* CSS */
color: #c425df;
background-color: #c425df;
/* Tailwind (arbitrary) */
class="text-[#c425df] bg-[#c425df]"
/* SCSS */
$brand: #c425df;
/* SwiftUI */
Color(red: 0.769, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#c425df")Accessibility — WCAG contrast
Aa
#c425df on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c425df on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green14.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c425df text on a black background
contrast 4.68:1
Card sample
#c425df text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c425df;
Background color
Panel with #c425df background
background-color: #c425df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c425df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c425df; background: linear-gradient(135deg, #c425df, #DF257E);