#cf0cd7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 215
HSL
298°, 89%, 45%
CMYK
4, 94, 0, 16
Luminance
0.1843
Every format
| HEX | #cf0cd7 |
| RGB | rgb(207, 12, 215) |
| HSL | hsl(298, 89%, 45%) |
| CMYK | cmyk(4%, 94%, 0%, 16%) |
| LAB | lab(50.0 84.2 -55.3) |
| LCH | lch(50.0 100.7 326.7) |
| OKLCH | oklch(0.607 0.278 326.3) |
Copy-ready code
/* CSS */
color: #cf0cd7;
background-color: #cf0cd7;
/* Tailwind (arbitrary) */
class="text-[#cf0cd7] bg-[#cf0cd7]"
/* SCSS */
$brand: #cf0cd7;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.843)
/* Android */
Color.parseColor("#cf0cd7")Accessibility — WCAG contrast
Aa
#cf0cd7 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cd7 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta94.4%
Yellow0.0%
Key (black)15.7%
Color previews
#cf0cd7 text on a black background
contrast 4.69:1
Card sample
#cf0cd7 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cd7;
Background color
Panel with #cf0cd7 background
background-color: #cf0cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cd7; background: linear-gradient(135deg, #cf0cd7, #D70C58);