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