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