#cf3ae7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 58, 231
HSL
292°, 78%, 57%
CMYK
10, 75, 0, 9
Luminance
0.2206
Every format
| HEX | #cf3ae7 |
| RGB | rgb(207, 58, 231) |
| HSL | hsl(292, 78%, 57%) |
| CMYK | cmyk(10%, 75%, 0%, 9%) |
| LAB | lab(54.1 77.7 -57.8) |
| LCH | lch(54.1 96.9 323.3) |
| OKLCH | oklch(0.639 0.261 321.6) |
Copy-ready code
/* CSS */
color: #cf3ae7;
background-color: #cf3ae7;
/* Tailwind (arbitrary) */
class="text-[#cf3ae7] bg-[#cf3ae7]"
/* SCSS */
$brand: #cf3ae7;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.906)
/* Android */
Color.parseColor("#cf3ae7")Accessibility — WCAG contrast
Aa
#cf3ae7 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ae7 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta74.9%
Yellow0.0%
Key (black)9.4%
Color previews
#cf3ae7 text on a black background
contrast 5.41:1
Card sample
#cf3ae7 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ae7;
Background color
Panel with #cf3ae7 background
background-color: #cf3ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ae7; background: linear-gradient(135deg, #cf3ae7, #E73A8C);