#ce52eb
a balanced, electric violet · warm · closest name: orchid
RGB
206, 82, 235
HSL
289°, 79%, 62%
CMYK
12, 65, 0, 8
Luminance
0.2515
Every format
| HEX | #ce52eb |
| RGB | rgb(206, 82, 235) |
| HSL | hsl(289, 79%, 62%) |
| CMYK | cmyk(12%, 65%, 0%, 8%) |
| LAB | lab(57.2 69.6 -55.1) |
| LCH | lch(57.2 88.7 321.6) |
| OKLCH | oklch(0.661 0.237 319.5) |
Copy-ready code
/* CSS */
color: #ce52eb;
background-color: #ce52eb;
/* Tailwind (arbitrary) */
class="text-[#ce52eb] bg-[#ce52eb]"
/* SCSS */
$brand: #ce52eb;
/* SwiftUI */
Color(red: 0.808, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#ce52eb")Accessibility — WCAG contrast
Aa
#ce52eb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce52eb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.2%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ce52eb text on a black background
contrast 6.03:1
Card sample
#ce52eb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce52eb;
Background color
Panel with #ce52eb background
background-color: #ce52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce52eb; background: linear-gradient(135deg, #ce52eb, #EB52A2);