#ce2bdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 43, 223
HSL
294°, 74%, 52%
CMYK
8, 81, 0, 13
Luminance
0.2018
Every format
| HEX | #ce2bdf |
| RGB | rgb(206, 43, 223) |
| HSL | hsl(294, 74%, 52%) |
| CMYK | cmyk(8%, 81%, 0%, 13%) |
| LAB | lab(52.0 80.3 -56.6) |
| LCH | lch(52.0 98.2 324.8) |
| OKLCH | oklch(0.622 0.267 323.7) |
Copy-ready code
/* CSS */
color: #ce2bdf;
background-color: #ce2bdf;
/* Tailwind (arbitrary) */
class="text-[#ce2bdf] bg-[#ce2bdf]"
/* SCSS */
$brand: #ce2bdf;
/* SwiftUI */
Color(red: 0.808, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#ce2bdf")Accessibility — WCAG contrast
Aa
#ce2bdf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2bdf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.9%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce2bdf text on a black background
contrast 5.04:1
Card sample
#ce2bdf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2bdf;
Background color
Panel with #ce2bdf background
background-color: #ce2bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2bdf; background: linear-gradient(135deg, #ce2bdf, #DF2B78);