#cf3cea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 234
HSL
291°, 81%, 58%
CMYK
12, 74, 0, 8
Luminance
0.2244
Every format
| HEX | #cf3cea |
| RGB | rgb(207, 60, 234) |
| HSL | hsl(291, 81%, 58%) |
| CMYK | cmyk(12%, 74%, 0%, 8%) |
| LAB | lab(54.5 77.6 -58.9) |
| LCH | lch(54.5 97.4 322.8) |
| OKLCH | oklch(0.642 0.261 320.9) |
Copy-ready code
/* CSS */
color: #cf3cea;
background-color: #cf3cea;
/* Tailwind (arbitrary) */
class="text-[#cf3cea] bg-[#cf3cea]"
/* SCSS */
$brand: #cf3cea;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.918)
/* Android */
Color.parseColor("#cf3cea")Accessibility — WCAG contrast
Aa
#cf3cea on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3cea on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta74.4%
Yellow0.0%
Key (black)8.2%
Color previews
#cf3cea text on a black background
contrast 5.49:1
Card sample
#cf3cea text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3cea;
Background color
Panel with #cf3cea background
background-color: #cf3cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3cea; background: linear-gradient(135deg, #cf3cea, #EA3C91);