#ce2fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 47, 223
HSL
294°, 73%, 53%
CMYK
8, 79, 0, 13
Luminance
0.2048
Every format
| HEX | #ce2fdf |
| RGB | rgb(206, 47, 223) |
| HSL | hsl(294, 73%, 53%) |
| CMYK | cmyk(8%, 79%, 0%, 13%) |
| LAB | lab(52.4 79.3 -56.1) |
| LCH | lch(52.4 97.1 324.7) |
| OKLCH | oklch(0.625 0.264 323.6) |
Copy-ready code
/* CSS */
color: #ce2fdf;
background-color: #ce2fdf;
/* Tailwind (arbitrary) */
class="text-[#ce2fdf] bg-[#ce2fdf]"
/* SCSS */
$brand: #ce2fdf;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#ce2fdf")Accessibility — WCAG contrast
Aa
#ce2fdf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fdf on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce2fdf text on a black background
contrast 5.10:1
Card sample
#ce2fdf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fdf;
Background color
Panel with #ce2fdf background
background-color: #ce2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fdf; background: linear-gradient(135deg, #ce2fdf, #DF2F7B);