#ce0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 12, 223
HSL
295°, 90%, 46%
CMYK
8, 95, 0, 13
Luminance
0.1871
Every format
| HEX | #ce0cdf |
| RGB | rgb(206, 12, 223) |
| HSL | hsl(295, 90%, 46%) |
| CMYK | cmyk(8%, 95%, 0%, 13%) |
| LAB | lab(50.4 85.2 -59.3) |
| LCH | lch(50.4 103.9 325.2) |
| OKLCH | oklch(0.610 0.283 324.0) |
Copy-ready code
/* CSS */
color: #ce0cdf;
background-color: #ce0cdf;
/* Tailwind (arbitrary) */
class="text-[#ce0cdf] bg-[#ce0cdf]"
/* SCSS */
$brand: #ce0cdf;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#ce0cdf")Accessibility — WCAG contrast
Aa
#ce0cdf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0cdf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce0cdf text on a black background
contrast 4.74:1
Card sample
#ce0cdf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0cdf;
Background color
Panel with #ce0cdf background
background-color: #ce0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0cdf; background: linear-gradient(135deg, #ce0cdf, #DF0C63);