#ce4dec
a balanced, electric violet · warm · closest name: magenta
RGB
206, 77, 236
HSL
289°, 81%, 61%
CMYK
13, 67, 0, 8
Luminance
0.2449
Every format
| HEX | #ce4dec |
| RGB | rgb(206, 77, 236) |
| HSL | hsl(289, 81%, 61%) |
| CMYK | cmyk(13%, 67%, 0%, 8%) |
| LAB | lab(56.6 71.8 -56.7) |
| LCH | lch(56.6 91.4 321.7) |
| OKLCH | oklch(0.657 0.244 319.5) |
Copy-ready code
/* CSS */
color: #ce4dec;
background-color: #ce4dec;
/* Tailwind (arbitrary) */
class="text-[#ce4dec] bg-[#ce4dec]"
/* SCSS */
$brand: #ce4dec;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#ce4dec")Accessibility — WCAG contrast
Aa
#ce4dec on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4dec on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#ce4dec text on a black background
contrast 5.90:1
Card sample
#ce4dec text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4dec;
Background color
Panel with #ce4dec background
background-color: #ce4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4dec; background: linear-gradient(135deg, #ce4dec, #EC4DA0);