#cea0cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 160, 207
HSL
299°, 33%, 72%
CMYK
1, 23, 0, 19
Luminance
0.4277
Every format
| HEX | #cea0cf |
| RGB | rgb(206, 160, 207) |
| HSL | hsl(299, 33%, 72%) |
| CMYK | cmyk(1%, 23%, 0%, 19%) |
| LAB | lab(71.4 25.0 -17.4) |
| LCH | lch(71.4 30.5 325.1) |
| OKLCH | oklch(0.763 0.083 325.7) |
Copy-ready code
/* CSS */
color: #cea0cf;
background-color: #cea0cf;
/* Tailwind (arbitrary) */
class="text-[#cea0cf] bg-[#cea0cf]"
/* SCSS */
$brand: #cea0cf;
/* SwiftUI */
Color(red: 0.808, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#cea0cf")Accessibility — WCAG contrast
Aa
#cea0cf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea0cf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cea0cf text on a black background
contrast 9.55:1
Card sample
#cea0cf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea0cf;
Background color
Panel with #cea0cf background
background-color: #cea0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea0cf; background: linear-gradient(135deg, #cea0cf, #CFA0B1);