#ce52f2
a balanced, electric violet · warm · closest name: magenta
RGB
206, 82, 242
HSL
287°, 86%, 64%
CMYK
15, 66, 0, 5
Luminance
0.2557
Every format
| HEX | #ce52f2 |
| RGB | rgb(206, 82, 242) |
| HSL | hsl(287, 86%, 64%) |
| CMYK | cmyk(15%, 66%, 0%, 5%) |
| LAB | lab(57.6 70.9 -58.4) |
| LCH | lch(57.6 91.8 320.5) |
| OKLCH | oklch(0.666 0.243 317.7) |
Copy-ready code
/* CSS */
color: #ce52f2;
background-color: #ce52f2;
/* Tailwind (arbitrary) */
class="text-[#ce52f2] bg-[#ce52f2]"
/* SCSS */
$brand: #ce52f2;
/* SwiftUI */
Color(red: 0.808, green: 0.322, blue: 0.949)
/* Android */
Color.parseColor("#ce52f2")Accessibility — WCAG contrast
Aa
#ce52f2 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce52f2 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.2%
Blue94.9%
CMYK percentages
Cyan14.9%
Magenta66.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ce52f2 text on a black background
contrast 6.11:1
Card sample
#ce52f2 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce52f2;
Background color
Panel with #ce52f2 background
background-color: #ce52f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce52f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 82, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 82, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce52f2; background: linear-gradient(135deg, #ce52f2, #F252AB);