#cf0ce0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 224
HSL
295°, 90%, 46%
CMYK
8, 95, 0, 12
Luminance
0.1891
Every format
| HEX | #cf0ce0 |
| RGB | rgb(207, 12, 224) |
| HSL | hsl(295, 90%, 46%) |
| CMYK | cmyk(8%, 95%, 0%, 12%) |
| LAB | lab(50.6 85.5 -59.5) |
| LCH | lch(50.6 104.2 325.2) |
| OKLCH | oklch(0.613 0.284 324.1) |
Copy-ready code
/* CSS */
color: #cf0ce0;
background-color: #cf0ce0;
/* Tailwind (arbitrary) */
class="text-[#cf0ce0] bg-[#cf0ce0]"
/* SCSS */
$brand: #cf0ce0;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.878)
/* Android */
Color.parseColor("#cf0ce0")Accessibility — WCAG contrast
Aa
#cf0ce0 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0ce0 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta94.6%
Yellow0.0%
Key (black)12.2%
Color previews
#cf0ce0 text on a black background
contrast 4.78:1
Card sample
#cf0ce0 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0ce0;
Background color
Panel with #cf0ce0 background
background-color: #cf0ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0ce0; background: linear-gradient(135deg, #cf0ce0, #E00C64);