#ce17df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 23, 223
HSL
295°, 81%, 48%
CMYK
8, 90, 0, 13
Luminance
0.1906
Every format
| HEX | #ce17df |
| RGB | rgb(206, 23, 223) |
| HSL | hsl(295, 81%, 48%) |
| CMYK | cmyk(8%, 90%, 0%, 13%) |
| LAB | lab(50.8 84.0 -58.7) |
| LCH | lch(50.8 102.5 325.1) |
| OKLCH | oklch(0.613 0.279 324.0) |
Copy-ready code
/* CSS */
color: #ce17df;
background-color: #ce17df;
/* Tailwind (arbitrary) */
class="text-[#ce17df] bg-[#ce17df]"
/* SCSS */
$brand: #ce17df;
/* SwiftUI */
Color(red: 0.808, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#ce17df")Accessibility — WCAG contrast
Aa
#ce17df on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce17df on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green9.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta89.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce17df text on a black background
contrast 4.81:1
Card sample
#ce17df text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce17df;
Background color
Panel with #ce17df background
background-color: #ce17df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce17df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce17df; background: linear-gradient(135deg, #ce17df, #DF176B);