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