#ce0df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 13, 240
HSL
291°, 90%, 50%
CMYK
14, 95, 0, 6
Luminance
0.1970
Every format
| HEX | #ce0df0 |
| RGB | rgb(206, 13, 240) |
| HSL | hsl(291, 90%, 50%) |
| CMYK | cmyk(14%, 95%, 0%, 6%) |
| LAB | lab(51.5 87.8 -67.1) |
| LCH | lch(51.5 110.5 322.6) |
| OKLCH | oklch(0.622 0.294 320.1) |
Copy-ready code
/* CSS */
color: #ce0df0;
background-color: #ce0df0;
/* Tailwind (arbitrary) */
class="text-[#ce0df0] bg-[#ce0df0]"
/* SCSS */
$brand: #ce0df0;
/* SwiftUI */
Color(red: 0.808, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#ce0df0")Accessibility — WCAG contrast
Aa
#ce0df0 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0df0 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.1%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ce0df0 text on a black background
contrast 4.94:1
Card sample
#ce0df0 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0df0;
Background color
Panel with #ce0df0 background
background-color: #ce0df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0df0; background: linear-gradient(135deg, #ce0df0, #F00D7B);