#cf0cd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 210
HSL
299°, 89%, 44%
CMYK
1, 94, 0, 18
Luminance
0.1818
Every format
| HEX | #cf0cd2 |
| RGB | rgb(207, 12, 210) |
| HSL | hsl(299, 89%, 44%) |
| CMYK | cmyk(1%, 94%, 0%, 18%) |
| LAB | lab(49.7 83.4 -52.9) |
| LCH | lch(49.7 98.8 327.6) |
| OKLCH | oklch(0.604 0.275 327.6) |
Copy-ready code
/* CSS */
color: #cf0cd2;
background-color: #cf0cd2;
/* Tailwind (arbitrary) */
class="text-[#cf0cd2] bg-[#cf0cd2]"
/* SCSS */
$brand: #cf0cd2;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.824)
/* Android */
Color.parseColor("#cf0cd2")Accessibility — WCAG contrast
Aa
#cf0cd2 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0cd2 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta94.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cf0cd2 text on a black background
contrast 4.64:1
Card sample
#cf0cd2 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cd2;
Background color
Panel with #cf0cd2 background
background-color: #cf0cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cd2; background: linear-gradient(135deg, #cf0cd2, #D20C51);