#cf4ae4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 74, 228
HSL
292°, 74%, 59%
CMYK
9, 68, 0, 11
Luminance
0.2376
Every format
| HEX | #cf4ae4 |
| RGB | rgb(207, 74, 228) |
| HSL | hsl(292, 74%, 59%) |
| CMYK | cmyk(9%, 68%, 0%, 11%) |
| LAB | lab(55.9 71.7 -53.3) |
| LCH | lch(55.9 89.3 323.4) |
| OKLCH | oklch(0.651 0.241 321.9) |
Copy-ready code
/* CSS */
color: #cf4ae4;
background-color: #cf4ae4;
/* Tailwind (arbitrary) */
class="text-[#cf4ae4] bg-[#cf4ae4]"
/* SCSS */
$brand: #cf4ae4;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.894)
/* Android */
Color.parseColor("#cf4ae4")Accessibility — WCAG contrast
Aa
#cf4ae4 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ae4 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta67.5%
Yellow0.0%
Key (black)10.6%
Color previews
#cf4ae4 text on a black background
contrast 5.75:1
Card sample
#cf4ae4 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ae4;
Background color
Panel with #cf4ae4 background
background-color: #cf4ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ae4; background: linear-gradient(135deg, #cf4ae4, #E44A92);