#ce19df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 25, 223
HSL
295°, 80%, 49%
CMYK
8, 89, 0, 13
Luminance
0.1914
Every format
| HEX | #ce19df |
| RGB | rgb(206, 25, 223) |
| HSL | hsl(295, 80%, 49%) |
| CMYK | cmyk(8%, 89%, 0%, 13%) |
| LAB | lab(50.9 83.7 -58.5) |
| LCH | lch(50.9 102.2 325.1) |
| OKLCH | oklch(0.614 0.278 323.9) |
Copy-ready code
/* CSS */
color: #ce19df;
background-color: #ce19df;
/* Tailwind (arbitrary) */
class="text-[#ce19df] bg-[#ce19df]"
/* SCSS */
$brand: #ce19df;
/* SwiftUI */
Color(red: 0.808, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#ce19df")Accessibility — WCAG contrast
Aa
#ce19df on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce19df on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green9.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ce19df text on a black background
contrast 4.83:1
Card sample
#ce19df text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce19df;
Background color
Panel with #ce19df background
background-color: #ce19df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce19df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce19df; background: linear-gradient(135deg, #ce19df, #DF196C);