#ce4df5
a balanced, electric violet · warm · closest name: magenta
RGB
206, 77, 245
HSL
286°, 89%, 63%
CMYK
16, 69, 0, 4
Luminance
0.2502
Every format
| HEX | #ce4df5 |
| RGB | rgb(206, 77, 245) |
| HSL | hsl(286, 89%, 63%) |
| CMYK | cmyk(16%, 69%, 0%, 4%) |
| LAB | lab(57.1 73.4 -60.9) |
| LCH | lch(57.1 95.4 320.3) |
| OKLCH | oklch(0.662 0.252 317.3) |
Copy-ready code
/* CSS */
color: #ce4df5;
background-color: #ce4df5;
/* Tailwind (arbitrary) */
class="text-[#ce4df5] bg-[#ce4df5]"
/* SCSS */
$brand: #ce4df5;
/* SwiftUI */
Color(red: 0.808, green: 0.302, blue: 0.961)
/* Android */
Color.parseColor("#ce4df5")Accessibility — WCAG contrast
Aa
#ce4df5 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4df5 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green30.2%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta68.6%
Yellow0.0%
Key (black)3.9%
Color previews
#ce4df5 text on a black background
contrast 6.00:1
Card sample
#ce4df5 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4df5;
Background color
Panel with #ce4df5 background
background-color: #ce4df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 77, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 77, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4df5; background: linear-gradient(135deg, #ce4df5, #F54DAC);