#cf3ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 60, 229
HSL
292°, 77%, 57%
CMYK
10, 74, 0, 10
Luminance
0.2215
Every format
| HEX | #cf3ce5 |
| RGB | rgb(207, 60, 229) |
| HSL | hsl(292, 77%, 57%) |
| CMYK | cmyk(10%, 74%, 0%, 10%) |
| LAB | lab(54.2 76.7 -56.5) |
| LCH | lch(54.2 95.3 323.6) |
| OKLCH | oklch(0.639 0.257 322.1) |
Copy-ready code
/* CSS */
color: #cf3ce5;
background-color: #cf3ce5;
/* Tailwind (arbitrary) */
class="text-[#cf3ce5] bg-[#cf3ce5]"
/* SCSS */
$brand: #cf3ce5;
/* SwiftUI */
Color(red: 0.812, green: 0.235, blue: 0.898)
/* Android */
Color.parseColor("#cf3ce5")Accessibility — WCAG contrast
Aa
#cf3ce5 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ce5 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green23.5%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta73.8%
Yellow0.0%
Key (black)10.2%
Color previews
#cf3ce5 text on a black background
contrast 5.43:1
Card sample
#cf3ce5 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ce5;
Background color
Panel with #cf3ce5 background
background-color: #cf3ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 60, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 60, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ce5; background: linear-gradient(135deg, #cf3ce5, #E53C8A);