#ce0cf6
a balanced, electric violet · warm · closest name: magenta
RGB
206, 12, 246
HSL
290°, 93%, 51%
CMYK
16, 95, 0, 4
Luminance
0.2004
Every format
| HEX | #ce0cf6 |
| RGB | rgb(206, 12, 246) |
| HSL | hsl(290, 93%, 51%) |
| CMYK | cmyk(16%, 95%, 0%, 4%) |
| LAB | lab(51.9 88.9 -69.8) |
| LCH | lch(51.9 113.0 321.8) |
| OKLCH | oklch(0.626 0.298 318.7) |
Copy-ready code
/* CSS */
color: #ce0cf6;
background-color: #ce0cf6;
/* Tailwind (arbitrary) */
class="text-[#ce0cf6] bg-[#ce0cf6]"
/* SCSS */
$brand: #ce0cf6;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#ce0cf6")Accessibility — WCAG contrast
Aa
#ce0cf6 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0cf6 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ce0cf6 text on a black background
contrast 5.01:1
Card sample
#ce0cf6 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0cf6;
Background color
Panel with #ce0cf6 background
background-color: #ce0cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0cf6; background: linear-gradient(135deg, #ce0cf6, #F60C82);