#ce41df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 65, 223
HSL
294°, 71%, 57%
CMYK
8, 71, 0, 13
Luminance
0.2223
Every format
| HEX | #ce41df |
| RGB | rgb(206, 65, 223) |
| HSL | hsl(294, 71%, 57%) |
| CMYK | cmyk(8%, 71%, 0%, 13%) |
| LAB | lab(54.3 73.8 -53.0) |
| LCH | lch(54.3 90.9 324.3) |
| OKLCH | oklch(0.638 0.247 323.2) |
Copy-ready code
/* CSS */
color: #ce41df;
background-color: #ce41df;
/* Tailwind (arbitrary) */
class="text-[#ce41df] bg-[#ce41df]"
/* SCSS */
$brand: #ce41df;
/* SwiftUI */
Color(red: 0.808, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#ce41df")Accessibility — WCAG contrast
Aa
#ce41df on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce41df on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green25.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce41df text on a black background
contrast 5.45:1
Card sample
#ce41df text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce41df;
Background color
Panel with #ce41df background
background-color: #ce41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce41df; background: linear-gradient(135deg, #ce41df, #DF4187);