#cf3ce3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 60, 227
HSL
293°, 75%, 56%
CMYK
9, 74, 0, 11
Luminance
0.2204
Every format
| HEX | #cf3ce3 |
| RGB | rgb(207, 60, 227) |
| HSL | hsl(293, 75%, 56%) |
| CMYK | cmyk(9%, 74%, 0%, 11%) |
| LAB | lab(54.1 76.4 -55.6) |
| LCH | lch(54.1 94.5 323.9) |
| OKLCH | oklch(0.638 0.256 322.6) |
Copy-ready code
/* CSS */
color: #cf3ce3;
background-color: #cf3ce3;
/* Tailwind (arbitrary) */
class="text-[#cf3ce3] bg-[#cf3ce3]"
/* SCSS */
$brand: #cf3ce3;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.890)
/* Android */
Color.parseColor("#cf3ce3")Accessibility — WCAG contrast
Aa
#cf3ce3 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ce3 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta73.6%
Yellow0.0%
Key (black)11.0%
Color previews
#cf3ce3 text on a black background
contrast 5.41:1
Card sample
#cf3ce3 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ce3;
Background color
Panel with #cf3ce3 background
background-color: #cf3ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ce3; background: linear-gradient(135deg, #cf3ce3, #E33C88);