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