#cf4cff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 76, 255
HSL
284°, 100%, 65%
CMYK
19, 70, 0, 0
Luminance
0.2565
Every format
| HEX | #cf4cff |
| RGB | rgb(207, 76, 255) |
| HSL | hsl(284, 100%, 65%) |
| CMYK | cmyk(19%, 70%, 0%, 0%) |
| LAB | lab(57.7 75.9 -65.4) |
| LCH | lch(57.7 100.2 319.2) |
| OKLCH | oklch(0.669 0.262 315.3) |
Copy-ready code
/* CSS */
color: #cf4cff;
background-color: #cf4cff;
/* Tailwind (arbitrary) */
class="text-[#cf4cff] bg-[#cf4cff]"
/* SCSS */
$brand: #cf4cff;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 1.000)
/* Android */
Color.parseColor("#cf4cff")Accessibility — WCAG contrast
Aa
#cf4cff on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4cff on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta70.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cf4cff text on a black background
contrast 6.13:1
Card sample
#cf4cff text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4cff;
Background color
Panel with #cf4cff background
background-color: #cf4cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4cff; background: linear-gradient(135deg, #cf4cff, #FF4CB8);