#cf0df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 13, 240
HSL
291°, 90%, 50%
CMYK
14, 95, 0, 6
Luminance
0.1984
Every format
| HEX | #cf0df0 |
| RGB | rgb(207, 13, 240) |
| HSL | hsl(291, 90%, 50%) |
| CMYK | cmyk(14%, 95%, 0%, 6%) |
| LAB | lab(51.7 88.0 -66.8) |
| LCH | lch(51.7 110.5 322.8) |
| OKLCH | oklch(0.623 0.294 320.3) |
Copy-ready code
/* CSS */
color: #cf0df0;
background-color: #cf0df0;
/* Tailwind (arbitrary) */
class="text-[#cf0df0] bg-[#cf0df0]"
/* SCSS */
$brand: #cf0df0;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#cf0df0")Accessibility — WCAG contrast
Aa
#cf0df0 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0df0 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#cf0df0 text on a black background
contrast 4.97:1
Card sample
#cf0df0 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0df0;
Background color
Panel with #cf0df0 background
background-color: #cf0df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0df0; background: linear-gradient(135deg, #cf0df0, #F00D7A);