#ce8acf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 138, 207
HSL
299°, 42%, 68%
CMYK
1, 33, 0, 19
Luminance
0.3580
Every format
| HEX | #ce8acf |
| RGB | rgb(206, 138, 207) |
| HSL | hsl(299, 42%, 68%) |
| CMYK | cmyk(1%, 33%, 0%, 19%) |
| LAB | lab(66.4 37.0 -25.1) |
| LCH | lch(66.4 44.7 325.8) |
| OKLCH | oklch(0.725 0.123 326.3) |
Copy-ready code
/* CSS */
color: #ce8acf;
background-color: #ce8acf;
/* Tailwind (arbitrary) */
class="text-[#ce8acf] bg-[#ce8acf]"
/* SCSS */
$brand: #ce8acf;
/* SwiftUI */
Color(red: 0.808, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#ce8acf")Accessibility — WCAG contrast
Aa
#ce8acf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8acf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ce8acf text on a black background
contrast 8.16:1
Card sample
#ce8acf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8acf;
Background color
Panel with #ce8acf background
background-color: #ce8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8acf; background: linear-gradient(135deg, #ce8acf, #CF8AA2);