#cf0cf4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 244
HSL
290°, 91%, 50%
CMYK
15, 95, 0, 4
Luminance
0.2006
Every format
| HEX | #cf0cf4 |
| RGB | rgb(207, 12, 244) |
| HSL | hsl(290, 91%, 50%) |
| CMYK | cmyk(15%, 95%, 0%, 4%) |
| LAB | lab(51.9 88.7 -68.7) |
| LCH | lch(51.9 112.2 322.3) |
| OKLCH | oklch(0.626 0.297 319.4) |
Copy-ready code
/* CSS */
color: #cf0cf4;
background-color: #cf0cf4;
/* Tailwind (arbitrary) */
class="text-[#cf0cf4] bg-[#cf0cf4]"
/* SCSS */
$brand: #cf0cf4;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.957)
/* Android */
Color.parseColor("#cf0cf4")Accessibility — WCAG contrast
Aa
#cf0cf4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cf4 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta95.1%
Yellow0.0%
Key (black)4.3%
Color previews
#cf0cf4 text on a black background
contrast 5.01:1
Card sample
#cf0cf4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cf4;
Background color
Panel with #cf0cf4 background
background-color: #cf0cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cf4; background: linear-gradient(135deg, #cf0cf4, #F40C7E);