#cf53fc
a light, electric violet · warm · closest name: magenta
RGB
207, 83, 252
HSL
284°, 97%, 66%
CMYK
18, 67, 0, 1
Luminance
0.2648
Every format
| HEX | #cf53fc |
| RGB | rgb(207, 83, 252) |
| HSL | hsl(284, 97%, 66%) |
| CMYK | cmyk(18%, 67%, 0%, 1%) |
| LAB | lab(58.5 72.6 -62.5) |
| LCH | lch(58.5 95.8 319.3) |
| OKLCH | oklch(0.674 0.251 315.6) |
Copy-ready code
/* CSS */
color: #cf53fc;
background-color: #cf53fc;
/* Tailwind (arbitrary) */
class="text-[#cf53fc] bg-[#cf53fc]"
/* SCSS */
$brand: #cf53fc;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.988)
/* Android */
Color.parseColor("#cf53fc")Accessibility — WCAG contrast
Aa
#cf53fc on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53fc on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta67.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cf53fc text on a black background
contrast 6.30:1
Card sample
#cf53fc text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53fc;
Background color
Panel with #cf53fc background
background-color: #cf53fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53fc; background: linear-gradient(135deg, #cf53fc, #FC53B8);