#ce1df3
a balanced, electric violet · warm · closest name: magenta
RGB
206, 29, 243
HSL
290°, 90%, 53%
CMYK
15, 88, 0, 5
Luminance
0.2047
Every format
| HEX | #ce1df3 |
| RGB | rgb(206, 29, 243) |
| HSL | hsl(290, 90%, 53%) |
| CMYK | cmyk(15%, 88%, 0%, 5%) |
| LAB | lab(52.4 86.3 -67.4) |
| LCH | lch(52.4 109.5 322.0) |
| OKLCH | oklch(0.628 0.290 319.2) |
Copy-ready code
/* CSS */
color: #ce1df3;
background-color: #ce1df3;
/* Tailwind (arbitrary) */
class="text-[#ce1df3] bg-[#ce1df3]"
/* SCSS */
$brand: #ce1df3;
/* SwiftUI */
Color(red: 0.808, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#ce1df3")Accessibility — WCAG contrast
Aa
#ce1df3 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1df3 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green11.4%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ce1df3 text on a black background
contrast 5.09:1
Card sample
#ce1df3 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1df3;
Background color
Panel with #ce1df3 background
background-color: #ce1df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1df3; background: linear-gradient(135deg, #ce1df3, #F31D89);