#ce3ddf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 61, 223
HSL
294°, 72%, 56%
CMYK
8, 73, 0, 13
Luminance
0.2179
Every format
| HEX | #ce3ddf |
| RGB | rgb(206, 61, 223) |
| HSL | hsl(294, 72%, 56%) |
| CMYK | cmyk(8%, 73%, 0%, 13%) |
| LAB | lab(53.8 75.2 -53.8) |
| LCH | lch(53.8 92.5 324.4) |
| OKLCH | oklch(0.635 0.251 323.3) |
Copy-ready code
/* CSS */
color: #ce3ddf;
background-color: #ce3ddf;
/* Tailwind (arbitrary) */
class="text-[#ce3ddf] bg-[#ce3ddf]"
/* SCSS */
$brand: #ce3ddf;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#ce3ddf")Accessibility — WCAG contrast
Aa
#ce3ddf on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3ddf on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce3ddf text on a black background
contrast 5.36:1
Card sample
#ce3ddf text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3ddf;
Background color
Panel with #ce3ddf background
background-color: #ce3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3ddf; background: linear-gradient(135deg, #ce3ddf, #DF3D84);