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