#ce1cb2
a balanced, electric magenta / pink · warm · closest name: purple
RGB
206, 28, 178
HSL
309°, 76%, 46%
CMYK
0, 86, 14, 19
Luminance
0.1717
Every format
| HEX | #ce1cb2 |
| RGB | rgb(206, 28, 178) |
| HSL | hsl(309, 76%, 46%) |
| CMYK | cmyk(0%, 86%, 14%, 19%) |
| LAB | lab(48.5 76.7 -36.3) |
| LCH | lch(48.5 84.9 334.7) |
| OKLCH | oklch(0.589 0.247 336.3) |
Copy-ready code
/* CSS */
color: #ce1cb2;
background-color: #ce1cb2;
/* Tailwind (arbitrary) */
class="text-[#ce1cb2] bg-[#ce1cb2]"
/* SCSS */
$brand: #ce1cb2;
/* SwiftUI */
Color(red: 0.808, green: 0.110, blue: 0.698)
/* Android */
Color.parseColor("#ce1cb2")Accessibility — WCAG contrast
Aa
#ce1cb2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1cb2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green11.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow13.6%
Key (black)19.2%
Color previews
#ce1cb2 text on a black background
contrast 4.43:1
Card sample
#ce1cb2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1cb2;
Background color
Panel with #ce1cb2 background
background-color: #ce1cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 28, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 28, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1cb2; background: linear-gradient(135deg, #ce1cb2, #CE1C3B);