#cf0cf6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 246
HSL
290°, 93%, 51%
CMYK
16, 95, 0, 4
Luminance
0.2018
Every format
| HEX | #cf0cf6 |
| RGB | rgb(207, 12, 246) |
| HSL | hsl(290, 93%, 51%) |
| CMYK | cmyk(16%, 95%, 0%, 4%) |
| LAB | lab(52.0 89.0 -69.6) |
| LCH | lch(52.0 113.0 322.0) |
| OKLCH | oklch(0.627 0.299 319.0) |
Copy-ready code
/* CSS */
color: #cf0cf6;
background-color: #cf0cf6;
/* Tailwind (arbitrary) */
class="text-[#cf0cf6] bg-[#cf0cf6]"
/* SCSS */
$brand: #cf0cf6;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#cf0cf6")Accessibility — WCAG contrast
Aa
#cf0cf6 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cf6 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue96.5%
CMYK percentages
Cyan15.9%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cf0cf6 text on a black background
contrast 5.04:1
Card sample
#cf0cf6 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cf6;
Background color
Panel with #cf0cf6 background
background-color: #cf0cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cf6; background: linear-gradient(135deg, #cf0cf6, #F60C81);