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