#ce71af
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 113, 175
HSL
320°, 49%, 63%
CMYK
0, 45, 15, 19
Luminance
0.2803
Every format
| HEX | #ce71af |
| RGB | rgb(206, 113, 175) |
| HSL | hsl(320, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 15%, 19%) |
| LAB | lab(59.9 44.6 -16.9) |
| LCH | lch(59.9 47.7 339.3) |
| OKLCH | oklch(0.672 0.139 341.1) |
Copy-ready code
/* CSS */
color: #ce71af;
background-color: #ce71af;
/* Tailwind (arbitrary) */
class="text-[#ce71af] bg-[#ce71af]"
/* SCSS */
$brand: #ce71af;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#ce71af")Accessibility — WCAG contrast
Aa
#ce71af on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce71af on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow15.0%
Key (black)19.2%
Color previews
#ce71af text on a black background
contrast 6.61:1
Card sample
#ce71af text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71af;
Background color
Panel with #ce71af background
background-color: #ce71af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71af; background: linear-gradient(135deg, #ce71af, #CE7171);