#ce2dcd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 45, 205
HSL
300°, 64%, 49%
CMYK
0, 78, 1, 19
Luminance
0.1941
Every format
| HEX | #ce2dcd |
| RGB | rgb(206, 45, 205) |
| HSL | hsl(300, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 1%, 19%) |
| LAB | lab(51.2 76.9 -47.7) |
| LCH | lch(51.2 90.5 328.2) |
| OKLCH | oklch(0.613 0.253 328.4) |
Copy-ready code
/* CSS */
color: #ce2dcd;
background-color: #ce2dcd;
/* Tailwind (arbitrary) */
class="text-[#ce2dcd] bg-[#ce2dcd]"
/* SCSS */
$brand: #ce2dcd;
/* SwiftUI */
Color(red: 0.808, green: 0.176, blue: 0.804)
/* Android */
Color.parseColor("#ce2dcd")Accessibility — WCAG contrast
Aa
#ce2dcd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2dcd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow0.5%
Key (black)19.2%
Color previews
#ce2dcd text on a black background
contrast 4.88:1
Card sample
#ce2dcd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2dcd;
Background color
Panel with #ce2dcd background
background-color: #ce2dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 45, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 45, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2dcd; background: linear-gradient(135deg, #ce2dcd, #CE2D62);