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