#ce14af
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 20, 175
HSL
310°, 82%, 44%
CMYK
0, 90, 15, 19
Luminance
0.1672
Every format
| HEX | #ce14af |
| RGB | rgb(206, 20, 175) |
| HSL | hsl(310, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 15%, 19%) |
| LAB | lab(47.9 77.5 -35.4) |
| LCH | lch(47.9 85.2 335.4) |
| OKLCH | oklch(0.584 0.249 337.2) |
Copy-ready code
/* CSS */
color: #ce14af;
background-color: #ce14af;
/* Tailwind (arbitrary) */
class="text-[#ce14af] bg-[#ce14af]"
/* SCSS */
$brand: #ce14af;
/* SwiftUI */
Color(red: 0.808, green: 0.078, blue: 0.686)
/* Android */
Color.parseColor("#ce14af")Accessibility — WCAG contrast
Aa
#ce14af on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce14af on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow15.0%
Key (black)19.2%
Color previews
#ce14af text on a black background
contrast 4.34:1
Card sample
#ce14af text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce14af;
Background color
Panel with #ce14af background
background-color: #ce14af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce14af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 20, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 20, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce14af; background: linear-gradient(135deg, #ce14af, #CE1433);