#cf0cf0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 240
HSL
291°, 91%, 49%
CMYK
14, 95, 0, 6
Luminance
0.1982
Every format
| HEX | #cf0cf0 |
| RGB | rgb(207, 12, 240) |
| HSL | hsl(291, 91%, 49%) |
| CMYK | cmyk(14%, 95%, 0%, 6%) |
| LAB | lab(51.6 88.1 -66.9) |
| LCH | lch(51.6 110.6 322.8) |
| OKLCH | oklch(0.623 0.295 320.3) |
Copy-ready code
/* CSS */
color: #cf0cf0;
background-color: #cf0cf0;
/* Tailwind (arbitrary) */
class="text-[#cf0cf0] bg-[#cf0cf0]"
/* SCSS */
$brand: #cf0cf0;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.941)
/* Android */
Color.parseColor("#cf0cf0")Accessibility — WCAG contrast
Aa
#cf0cf0 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0cf0 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta95.0%
Yellow0.0%
Key (black)5.9%
Color previews
#cf0cf0 text on a black background
contrast 4.96:1
Card sample
#cf0cf0 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0cf0;
Background color
Panel with #cf0cf0 background
background-color: #cf0cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0cf0; background: linear-gradient(135deg, #cf0cf0, #F00C79);