#cf4afe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 74, 254
HSL
284°, 99%, 64%
CMYK
19, 71, 0, 0
Luminance
0.2532
Every format
| HEX | #cf4afe |
| RGB | rgb(207, 74, 254) |
| HSL | hsl(284, 99%, 64%) |
| CMYK | cmyk(19%, 71%, 0%, 0%) |
| LAB | lab(57.4 76.4 -65.4) |
| LCH | lch(57.4 100.6 319.5) |
| OKLCH | oklch(0.666 0.263 315.6) |
Copy-ready code
/* CSS */
color: #cf4afe;
background-color: #cf4afe;
/* Tailwind (arbitrary) */
class="text-[#cf4afe] bg-[#cf4afe]"
/* SCSS */
$brand: #cf4afe;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.996)
/* Android */
Color.parseColor("#cf4afe")Accessibility — WCAG contrast
Aa
#cf4afe on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4afe on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta70.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cf4afe text on a black background
contrast 6.06:1
Card sample
#cf4afe text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4afe;
Background color
Panel with #cf4afe background
background-color: #cf4afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4afe; background: linear-gradient(135deg, #cf4afe, #FE4AB5);