#ce4df8
a balanced, electric violet · warm · closest name: magenta
RGB
206, 77, 248
HSL
285°, 92%, 64%
CMYK
17, 69, 0, 3
Luminance
0.2521
Every format
| HEX | #ce4df8 |
| RGB | rgb(206, 77, 248) |
| HSL | hsl(285, 92%, 64%) |
| CMYK | cmyk(17%, 69%, 0%, 3%) |
| LAB | lab(57.3 74.0 -62.2) |
| LCH | lch(57.3 96.7 319.9) |
| OKLCH | oklch(0.664 0.255 316.6) |
Copy-ready code
/* CSS */
color: #ce4df8;
background-color: #ce4df8;
/* Tailwind (arbitrary) */
class="text-[#ce4df8] bg-[#ce4df8]"
/* SCSS */
$brand: #ce4df8;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.973)
/* Android */
Color.parseColor("#ce4df8")Accessibility — WCAG contrast
Aa
#ce4df8 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4df8 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta69.0%
Yellow0.0%
Key (black)2.7%
Color previews
#ce4df8 text on a black background
contrast 6.04:1
Card sample
#ce4df8 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4df8;
Background color
Panel with #ce4df8 background
background-color: #ce4df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4df8; background: linear-gradient(135deg, #ce4df8, #F84DB0);