#cf3ae9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 58, 233
HSL
291°, 80%, 57%
CMYK
11, 75, 0, 9
Luminance
0.2217
Every format
| HEX | #cf3ae9 |
| RGB | rgb(207, 58, 233) |
| HSL | hsl(291, 80%, 57%) |
| CMYK | cmyk(11%, 75%, 0%, 9%) |
| LAB | lab(54.2 78.0 -58.8) |
| LCH | lch(54.2 97.7 323.0) |
| OKLCH | oklch(0.640 0.263 321.2) |
Copy-ready code
/* CSS */
color: #cf3ae9;
background-color: #cf3ae9;
/* Tailwind (arbitrary) */
class="text-[#cf3ae9] bg-[#cf3ae9]"
/* SCSS */
$brand: #cf3ae9;
/* SwiftUI */
Color(red: 0.812, green: 0.227, blue: 0.914)
/* Android */
Color.parseColor("#cf3ae9")Accessibility — WCAG contrast
Aa
#cf3ae9 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ae9 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.7%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta75.1%
Yellow0.0%
Key (black)8.6%
Color previews
#cf3ae9 text on a black background
contrast 5.43:1
Card sample
#cf3ae9 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ae9;
Background color
Panel with #cf3ae9 background
background-color: #cf3ae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 58, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 58, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ae9; background: linear-gradient(135deg, #cf3ae9, #E93A8E);