#ce91af
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 145, 175
HSL
331°, 38%, 69%
CMYK
0, 30, 15, 19
Luminance
0.3647
Every format
| HEX | #ce91af |
| RGB | rgb(206, 145, 175) |
| HSL | hsl(331, 38%, 69%) |
| CMYK | cmyk(0%, 30%, 15%, 19%) |
| LAB | lab(66.9 27.6 -6.4) |
| LCH | lch(66.9 28.3 346.9) |
| OKLCH | oklch(0.725 0.083 348.4) |
Copy-ready code
/* CSS */
color: #ce91af;
background-color: #ce91af;
/* Tailwind (arbitrary) */
class="text-[#ce91af] bg-[#ce91af]"
/* SCSS */
$brand: #ce91af;
/* SwiftUI */
Color(red: 0.808, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#ce91af")Accessibility — WCAG contrast
Aa
#ce91af on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce91af on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow15.0%
Key (black)19.2%
Color previews
#ce91af text on a black background
contrast 8.29:1
Card sample
#ce91af text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce91af;
Background color
Panel with #ce91af background
background-color: #ce91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce91af; background: linear-gradient(135deg, #ce91af, #CE9C91);