#cf4ae8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 74, 232
HSL
291°, 78%, 60%
CMYK
11, 68, 0, 9
Luminance
0.2399
Every format
| HEX | #cf4ae8 |
| RGB | rgb(207, 74, 232) |
| HSL | hsl(291, 78%, 60%) |
| CMYK | cmyk(11%, 68%, 0%, 9%) |
| LAB | lab(56.1 72.4 -55.2) |
| LCH | lch(56.1 91.0 322.7) |
| OKLCH | oklch(0.653 0.245 320.9) |
Copy-ready code
/* CSS */
color: #cf4ae8;
background-color: #cf4ae8;
/* Tailwind (arbitrary) */
class="text-[#cf4ae8] bg-[#cf4ae8]"
/* SCSS */
$brand: #cf4ae8;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.910)
/* Android */
Color.parseColor("#cf4ae8")Accessibility — WCAG contrast
Aa
#cf4ae8 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ae8 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta68.1%
Yellow0.0%
Key (black)9.0%
Color previews
#cf4ae8 text on a black background
contrast 5.80:1
Card sample
#cf4ae8 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ae8;
Background color
Panel with #cf4ae8 background
background-color: #cf4ae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ae8; background: linear-gradient(135deg, #cf4ae8, #E84A98);