#cf4afd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 74, 253
HSL
285°, 98%, 64%
CMYK
18, 71, 0, 1
Luminance
0.2525
Every format
| HEX | #cf4afd |
| RGB | rgb(207, 74, 253) |
| HSL | hsl(285, 98%, 64%) |
| CMYK | cmyk(18%, 71%, 0%, 1%) |
| LAB | lab(57.3 76.3 -64.9) |
| LCH | lch(57.3 100.2 319.6) |
| OKLCH | oklch(0.666 0.263 315.9) |
Copy-ready code
/* CSS */
color: #cf4afd;
background-color: #cf4afd;
/* Tailwind (arbitrary) */
class="text-[#cf4afd] bg-[#cf4afd]"
/* SCSS */
$brand: #cf4afd;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#cf4afd")Accessibility — WCAG contrast
Aa
#cf4afd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4afd on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf4afd text on a black background
contrast 6.05:1
Card sample
#cf4afd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4afd;
Background color
Panel with #cf4afd background
background-color: #cf4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4afd; background: linear-gradient(135deg, #cf4afd, #FD4AB4);