#ce71ac
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 113, 172
HSL
322°, 49%, 63%
CMYK
0, 45, 17, 19
Luminance
0.2791
Every format
| HEX | #ce71ac |
| RGB | rgb(206, 113, 172) |
| HSL | hsl(322, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 17%, 19%) |
| LAB | lab(59.8 44.2 -15.3) |
| LCH | lch(59.8 46.7 340.9) |
| OKLCH | oklch(0.671 0.137 342.7) |
Copy-ready code
/* CSS */
color: #ce71ac;
background-color: #ce71ac;
/* Tailwind (arbitrary) */
class="text-[#ce71ac] bg-[#ce71ac]"
/* SCSS */
$brand: #ce71ac;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.675)
/* Android */
Color.parseColor("#ce71ac")Accessibility — WCAG contrast
Aa
#ce71ac on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce71ac on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow16.5%
Key (black)19.2%
Color previews
#ce71ac text on a black background
contrast 6.58:1
Card sample
#ce71ac text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71ac;
Background color
Panel with #ce71ac background
background-color: #ce71ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71ac; background: linear-gradient(135deg, #ce71ac, #CE7471);