#ce3cec
a balanced, electric violet · warm · closest name: magenta
RGB
206, 60, 236
HSL
290°, 82%, 58%
CMYK
13, 75, 0, 8
Luminance
0.2241
Every format
| HEX | #ce3cec |
| RGB | rgb(206, 60, 236) |
| HSL | hsl(290, 82%, 58%) |
| CMYK | cmyk(13%, 75%, 0%, 8%) |
| LAB | lab(54.5 77.8 -60.1) |
| LCH | lch(54.5 98.3 322.3) |
| OKLCH | oklch(0.642 0.263 320.1) |
Copy-ready code
/* CSS */
color: #ce3cec;
background-color: #ce3cec;
/* Tailwind (arbitrary) */
class="text-[#ce3cec] bg-[#ce3cec]"
/* SCSS */
$brand: #ce3cec;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.925)
/* Android */
Color.parseColor("#ce3cec")Accessibility — WCAG contrast
Aa
#ce3cec on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3cec on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta74.6%
Yellow0.0%
Key (black)7.5%
Color previews
#ce3cec text on a black background
contrast 5.48:1
Card sample
#ce3cec text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3cec;
Background color
Panel with #ce3cec background
background-color: #ce3cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3cec; background: linear-gradient(135deg, #ce3cec, #EC3C94);