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