#cf3ce4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 228
HSL
293°, 76%, 57%
CMYK
9, 74, 0, 11
Luminance
0.2210
Every format
| HEX | #cf3ce4 |
| RGB | rgb(207, 60, 228) |
| HSL | hsl(293, 76%, 57%) |
| CMYK | cmyk(9%, 74%, 0%, 11%) |
| LAB | lab(54.1 76.6 -56.1) |
| LCH | lch(54.1 94.9 323.8) |
| OKLCH | oklch(0.638 0.257 322.3) |
Copy-ready code
/* CSS */
color: #cf3ce4;
background-color: #cf3ce4;
/* Tailwind (arbitrary) */
class="text-[#cf3ce4] bg-[#cf3ce4]"
/* SCSS */
$brand: #cf3ce4;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.894)
/* Android */
Color.parseColor("#cf3ce4")Accessibility — WCAG contrast
Aa
#cf3ce4 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ce4 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta73.7%
Yellow0.0%
Key (black)10.6%
Color previews
#cf3ce4 text on a black background
contrast 5.42:1
Card sample
#cf3ce4 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ce4;
Background color
Panel with #cf3ce4 background
background-color: #cf3ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ce4; background: linear-gradient(135deg, #cf3ce4, #E43C89);