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