#ce1df8
a balanced, electric violet · warm · closest name: magenta
RGB
206, 29, 248
HSL
289°, 94%, 54%
CMYK
17, 88, 0, 3
Luminance
0.2078
Every format
| HEX | #ce1df8 |
| RGB | rgb(206, 29, 248) |
| HSL | hsl(289, 94%, 54%) |
| CMYK | cmyk(17%, 88%, 0%, 3%) |
| LAB | lab(52.7 87.2 -69.6) |
| LCH | lch(52.7 111.6 321.4) |
| OKLCH | oklch(0.632 0.294 318.1) |
Copy-ready code
/* CSS */
color: #ce1df8;
background-color: #ce1df8;
/* Tailwind (arbitrary) */
class="text-[#ce1df8] bg-[#ce1df8]"
/* SCSS */
$brand: #ce1df8;
/* SwiftUI */
Color(red: 0.808, green: 0.114, blue: 0.973)
/* Android */
Color.parseColor("#ce1df8")Accessibility — WCAG contrast
Aa
#ce1df8 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1df8 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green11.4%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta88.3%
Yellow0.0%
Key (black)2.7%
Color previews
#ce1df8 text on a black background
contrast 5.16:1
Card sample
#ce1df8 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1df8;
Background color
Panel with #ce1df8 background
background-color: #ce1df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 29, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 29, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1df8; background: linear-gradient(135deg, #ce1df8, #F81D90);