#ce0cf7
a balanced, electric violet · warm · closest name: magenta
RGB
206, 12, 247
HSL
290°, 94%, 51%
CMYK
17, 95, 0, 3
Luminance
0.2010
Every format
| HEX | #ce0cf7 |
| RGB | rgb(206, 12, 247) |
| HSL | hsl(290, 94%, 51%) |
| CMYK | cmyk(17%, 95%, 0%, 3%) |
| LAB | lab(52.0 89.1 -70.3) |
| LCH | lch(52.0 113.5 321.7) |
| OKLCH | oklch(0.626 0.299 318.5) |
Copy-ready code
/* CSS */
color: #ce0cf7;
background-color: #ce0cf7;
/* Tailwind (arbitrary) */
class="text-[#ce0cf7] bg-[#ce0cf7]"
/* SCSS */
$brand: #ce0cf7;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.969)
/* Android */
Color.parseColor("#ce0cf7")Accessibility — WCAG contrast
Aa
#ce0cf7 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0cf7 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta95.1%
Yellow0.0%
Key (black)3.1%
Color previews
#ce0cf7 text on a black background
contrast 5.02:1
Card sample
#ce0cf7 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0cf7;
Background color
Panel with #ce0cf7 background
background-color: #ce0cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0cf7; background: linear-gradient(135deg, #ce0cf7, #F70C83);