#cf4ffc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 79, 252
HSL
284°, 97%, 65%
CMYK
18, 69, 0, 1
Luminance
0.2589
Every format
| HEX | #cf4ffc |
| RGB | rgb(207, 79, 252) |
| HSL | hsl(284, 97%, 65%) |
| CMYK | cmyk(18%, 69%, 0%, 1%) |
| LAB | lab(57.9 74.2 -63.4) |
| LCH | lch(57.9 97.6 319.5) |
| OKLCH | oklch(0.670 0.256 315.8) |
Copy-ready code
/* CSS */
color: #cf4ffc;
background-color: #cf4ffc;
/* Tailwind (arbitrary) */
class="text-[#cf4ffc] bg-[#cf4ffc]"
/* SCSS */
$brand: #cf4ffc;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#cf4ffc")Accessibility — WCAG contrast
Aa
#cf4ffc on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4ffc on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cf4ffc text on a black background
contrast 6.18:1
Card sample
#cf4ffc text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4ffc;
Background color
Panel with #cf4ffc background
background-color: #cf4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4ffc; background: linear-gradient(135deg, #cf4ffc, #FC4FB6);