#ce0fad
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 15, 173
HSL
310°, 86%, 43%
CMYK
0, 93, 16, 19
Luminance
0.1648
Every format
| HEX | #ce0fad |
| RGB | rgb(206, 15, 173) |
| HSL | hsl(310, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 16%, 19%) |
| LAB | lab(47.6 77.9 -34.7) |
| LCH | lch(47.6 85.3 336.0) |
| OKLCH | oklch(0.582 0.250 337.7) |
Copy-ready code
/* CSS */
color: #ce0fad;
background-color: #ce0fad;
/* Tailwind (arbitrary) */
class="text-[#ce0fad] bg-[#ce0fad]"
/* SCSS */
$brand: #ce0fad;
/* SwiftUI */
Color(red: 0.808, green: 0.059, blue: 0.678)
/* Android */
Color.parseColor("#ce0fad")Accessibility — WCAG contrast
Aa
#ce0fad on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0fad on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green5.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow16.0%
Key (black)19.2%
Color previews
#ce0fad text on a black background
contrast 4.30:1
Card sample
#ce0fad text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0fad;
Background color
Panel with #ce0fad background
background-color: #ce0fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 15, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 15, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0fad; background: linear-gradient(135deg, #ce0fad, #CE0F2E);