#cf0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 223
HSL
296°, 90%, 46%
CMYK
7, 95, 0, 13
Luminance
0.1886
Every format
| HEX | #cf0cdf |
| RGB | rgb(207, 12, 223) |
| HSL | hsl(296, 90%, 46%) |
| CMYK | cmyk(7%, 95%, 0%, 13%) |
| LAB | lab(50.5 85.4 -59.0) |
| LCH | lch(50.5 103.8 325.3) |
| OKLCH | oklch(0.612 0.283 324.3) |
Copy-ready code
/* CSS */
color: #cf0cdf;
background-color: #cf0cdf;
/* Tailwind (arbitrary) */
class="text-[#cf0cdf] bg-[#cf0cdf]"
/* SCSS */
$brand: #cf0cdf;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#cf0cdf")Accessibility — WCAG contrast
Aa
#cf0cdf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cf0cdf text on a black background
contrast 4.77:1
Card sample
#cf0cdf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cdf;
Background color
Panel with #cf0cdf background
background-color: #cf0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cdf; background: linear-gradient(135deg, #cf0cdf, #DF0C62);