#cf4afb
a balanced, electric violet · warm · closest name: magenta
RGB
207, 74, 251
HSL
285°, 96%, 64%
CMYK
18, 71, 0, 2
Luminance
0.2513
Every format
| HEX | #cf4afb |
| RGB | rgb(207, 74, 251) |
| HSL | hsl(285, 96%, 64%) |
| CMYK | cmyk(18%, 71%, 0%, 2%) |
| LAB | lab(57.2 75.9 -64.0) |
| LCH | lch(57.2 99.3 319.8) |
| OKLCH | oklch(0.664 0.261 316.3) |
Copy-ready code
/* CSS */
color: #cf4afb;
background-color: #cf4afb;
/* Tailwind (arbitrary) */
class="text-[#cf4afb] bg-[#cf4afb]"
/* SCSS */
$brand: #cf4afb;
/* SwiftUI */
Color(red: 0.812, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#cf4afb")Accessibility — WCAG contrast
Aa
#cf4afb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4afb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.0%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cf4afb text on a black background
contrast 6.03:1
Card sample
#cf4afb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4afb;
Background color
Panel with #cf4afb background
background-color: #cf4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4afb; background: linear-gradient(135deg, #cf4afb, #FB4AB1);