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