#cf0cd9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 217
HSL
297°, 90%, 45%
CMYK
5, 95, 0, 15
Luminance
0.1854
Every format
| HEX | #cf0cd9 |
| RGB | rgb(207, 12, 217) |
| HSL | hsl(297, 90%, 45%) |
| CMYK | cmyk(5%, 95%, 0%, 15%) |
| LAB | lab(50.1 84.5 -56.2) |
| LCH | lch(50.1 101.5 326.4) |
| OKLCH | oklch(0.608 0.279 325.8) |
Copy-ready code
/* CSS */
color: #cf0cd9;
background-color: #cf0cd9;
/* Tailwind (arbitrary) */
class="text-[#cf0cd9] bg-[#cf0cd9]"
/* SCSS */
$brand: #cf0cd9;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.851)
/* Android */
Color.parseColor("#cf0cd9")Accessibility — WCAG contrast
Aa
#cf0cd9 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cd9 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue85.1%
CMYK percentages
Cyan4.6%
Magenta94.5%
Yellow0.0%
Key (black)14.9%
Color previews
#cf0cd9 text on a black background
contrast 4.71:1
Card sample
#cf0cd9 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cd9;
Background color
Panel with #cf0cd9 background
background-color: #cf0cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cd9; background: linear-gradient(135deg, #cf0cd9, #D90C5A);