#ce0fc0
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 15, 192
HSL
304°, 86%, 43%
CMYK
0, 93, 7, 19
Luminance
0.1727
Every format
| HEX | #ce0fc0 |
| RGB | rgb(206, 15, 192) |
| HSL | hsl(304, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 7%, 19%) |
| LAB | lab(48.6 80.4 -44.3) |
| LCH | lch(48.6 91.8 331.2) |
| OKLCH | oklch(0.592 0.262 332.1) |
Copy-ready code
/* CSS */
color: #ce0fc0;
background-color: #ce0fc0;
/* Tailwind (arbitrary) */
class="text-[#ce0fc0] bg-[#ce0fc0]"
/* SCSS */
$brand: #ce0fc0;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.753)
/* Android */
Color.parseColor("#ce0fc0")Accessibility — WCAG contrast
Aa
#ce0fc0 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0fc0 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow6.8%
Key (black)19.2%
Color previews
#ce0fc0 text on a black background
contrast 4.45:1
Card sample
#ce0fc0 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0fc0;
Background color
Panel with #ce0fc0 background
background-color: #ce0fc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0fc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0fc0; background: linear-gradient(135deg, #ce0fc0, #CE0F41);