#ce3cda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 60, 218
HSL
295°, 68%, 55%
CMYK
6, 73, 0, 15
Luminance
0.2142
Every format
| HEX | #ce3cda |
| RGB | rgb(206, 60, 218) |
| HSL | hsl(295, 68%, 55%) |
| CMYK | cmyk(6%, 73%, 0%, 15%) |
| LAB | lab(53.4 74.7 -51.6) |
| LCH | lch(53.4 90.8 325.4) |
| OKLCH | oklch(0.631 0.248 324.7) |
Copy-ready code
/* CSS */
color: #ce3cda;
background-color: #ce3cda;
/* Tailwind (arbitrary) */
class="text-[#ce3cda] bg-[#ce3cda]"
/* SCSS */
$brand: #ce3cda;
/* SwiftUI */
Color(red: 0.808, green: 0.235, blue: 0.855)
/* Android */
Color.parseColor("#ce3cda")Accessibility — WCAG contrast
Aa
#ce3cda on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3cda on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.5%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta72.5%
Yellow0.0%
Key (black)14.5%
Color previews
#ce3cda text on a black background
contrast 5.28:1
Card sample
#ce3cda text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3cda;
Background color
Panel with #ce3cda background
background-color: #ce3cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 60, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 60, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3cda; background: linear-gradient(135deg, #ce3cda, #DA3C7D);