#ce1df7
a balanced, electric violet · warm · closest name: magenta
RGB
206, 29, 247
HSL
289°, 93%, 54%
CMYK
17, 88, 0, 3
Luminance
0.2072
Every format
| HEX | #ce1df7 |
| RGB | rgb(206, 29, 247) |
| HSL | hsl(289, 93%, 54%) |
| CMYK | cmyk(17%, 88%, 0%, 3%) |
| LAB | lab(52.6 87.0 -69.2) |
| LCH | lch(52.6 111.2 321.5) |
| OKLCH | oklch(0.631 0.293 318.3) |
Copy-ready code
/* CSS */
color: #ce1df7;
background-color: #ce1df7;
/* Tailwind (arbitrary) */
class="text-[#ce1df7] bg-[#ce1df7]"
/* SCSS */
$brand: #ce1df7;
/* SwiftUI */
Color(red: 0.808, green: 0.114, blue: 0.969)
/* Android */
Color.parseColor("#ce1df7")Accessibility — WCAG contrast
Aa
#ce1df7 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1df7 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green11.4%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta88.3%
Yellow0.0%
Key (black)3.1%
Color previews
#ce1df7 text on a black background
contrast 5.14:1
Card sample
#ce1df7 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1df7;
Background color
Panel with #ce1df7 background
background-color: #ce1df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 29, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 29, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1df7; background: linear-gradient(135deg, #ce1df7, #F71D8F);