#cf42df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 66, 223
HSL
294°, 71%, 57%
CMYK
7, 70, 0, 13
Luminance
0.2249
Every format
| HEX | #cf42df |
| RGB | rgb(207, 66, 223) |
| HSL | hsl(294, 71%, 57%) |
| CMYK | cmyk(7%, 70%, 0%, 13%) |
| LAB | lab(54.5 73.7 -52.6) |
| LCH | lch(54.5 90.5 324.5) |
| OKLCH | oklch(0.640 0.246 323.5) |
Copy-ready code
/* CSS */
color: #cf42df;
background-color: #cf42df;
/* Tailwind (arbitrary) */
class="text-[#cf42df] bg-[#cf42df]"
/* SCSS */
$brand: #cf42df;
/* SwiftUI */
Color(red: 0.812, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#cf42df")Accessibility — WCAG contrast
Aa
#cf42df on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf42df on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf42df text on a black background
contrast 5.50:1
Card sample
#cf42df text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf42df;
Background color
Panel with #cf42df background
background-color: #cf42df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf42df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf42df; background: linear-gradient(135deg, #cf42df, #DF4286);