#cf0ce8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 12, 232
HSL
293°, 90%, 48%
CMYK
11, 95, 0, 9
Luminance
0.1935
Every format
| HEX | #cf0ce8 |
| RGB | rgb(207, 12, 232) |
| HSL | hsl(293, 90%, 48%) |
| CMYK | cmyk(11%, 95%, 0%, 9%) |
| LAB | lab(51.1 86.8 -63.2) |
| LCH | lch(51.1 107.4 323.9) |
| OKLCH | oklch(0.618 0.289 322.2) |
Copy-ready code
/* CSS */
color: #cf0ce8;
background-color: #cf0ce8;
/* Tailwind (arbitrary) */
class="text-[#cf0ce8] bg-[#cf0ce8]"
/* SCSS */
$brand: #cf0ce8;
/* SwiftUI */
Color(red: 0.812, green: 0.047, blue: 0.910)
/* Android */
Color.parseColor("#cf0ce8")Accessibility — WCAG contrast
Aa
#cf0ce8 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf0ce8 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.7%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta94.8%
Yellow0.0%
Key (black)9.0%
Color previews
#cf0ce8 text on a black background
contrast 4.87:1
Card sample
#cf0ce8 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0ce8;
Background color
Panel with #cf0ce8 background
background-color: #cf0ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 12, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 12, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0ce8; background: linear-gradient(135deg, #cf0ce8, #E80C6E);