#cf0fc2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 15, 194
HSL
304°, 87%, 44%
CMYK
0, 93, 6, 19
Luminance
0.1750
Every format
| HEX | #cf0fc2 |
| RGB | rgb(207, 15, 194) |
| HSL | hsl(304, 87%, 44%) |
| CMYK | cmyk(0%, 93%, 6%, 19%) |
| LAB | lab(48.9 80.9 -45.0) |
| LCH | lch(48.9 92.5 330.9) |
| OKLCH | oklch(0.595 0.263 331.8) |
Copy-ready code
/* CSS */
color: #cf0fc2;
background-color: #cf0fc2;
/* Tailwind (arbitrary) */
class="text-[#cf0fc2] bg-[#cf0fc2]"
/* SCSS */
$brand: #cf0fc2;
/* SwiftUI */
Color(red: 0.812, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#cf0fc2")Accessibility — WCAG contrast
Aa
#cf0fc2 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0fc2 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow6.3%
Key (black)18.8%
Color previews
#cf0fc2 text on a black background
contrast 4.50:1
Card sample
#cf0fc2 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0fc2;
Background color
Panel with #cf0fc2 background
background-color: #cf0fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0fc2; background: linear-gradient(135deg, #cf0fc2, #CF0F42);