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