#cf4bf2
a balanced, electric violet · warm · closest name: magenta
RGB
207, 75, 242
HSL
287°, 87%, 62%
CMYK
15, 69, 0, 5
Luminance
0.2471
Every format
| HEX | #cf4bf2 |
| RGB | rgb(207, 75, 242) |
| HSL | hsl(287, 87%, 62%) |
| CMYK | cmyk(15%, 69%, 0%, 5%) |
| LAB | lab(56.8 73.8 -59.7) |
| LCH | lch(56.8 94.9 321.1) |
| OKLCH | oklch(0.660 0.252 318.4) |
Copy-ready code
/* CSS */
color: #cf4bf2;
background-color: #cf4bf2;
/* Tailwind (arbitrary) */
class="text-[#cf4bf2] bg-[#cf4bf2]"
/* SCSS */
$brand: #cf4bf2;
/* SwiftUI */
Color(red: 0.812, green: 0.294, blue: 0.949)
/* Android */
Color.parseColor("#cf4bf2")Accessibility — WCAG contrast
Aa
#cf4bf2 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4bf2 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.4%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta69.0%
Yellow0.0%
Key (black)5.1%
Color previews
#cf4bf2 text on a black background
contrast 5.94:1
Card sample
#cf4bf2 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4bf2;
Background color
Panel with #cf4bf2 background
background-color: #cf4bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 75, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 75, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4bf2; background: linear-gradient(135deg, #cf4bf2, #F24BA6);