#ceaacf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 170, 207
HSL
298°, 28%, 74%
CMYK
1, 18, 0, 19
Luminance
0.4638
Every format
| HEX | #ceaacf |
| RGB | rgb(206, 170, 207) |
| HSL | hsl(298, 28%, 74%) |
| CMYK | cmyk(1%, 18%, 0%, 19%) |
| LAB | lab(73.8 19.5 -13.8) |
| LCH | lch(73.8 23.9 324.7) |
| OKLCH | oklch(0.782 0.065 325.3) |
Copy-ready code
/* CSS */
color: #ceaacf;
background-color: #ceaacf;
/* Tailwind (arbitrary) */
class="text-[#ceaacf] bg-[#ceaacf]"
/* SCSS */
$brand: #ceaacf;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#ceaacf")Accessibility — WCAG contrast
Aa
#ceaacf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaacf on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ceaacf text on a black background
contrast 10.28:1
Card sample
#ceaacf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaacf;
Background color
Panel with #ceaacf background
background-color: #ceaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaacf; background: linear-gradient(135deg, #ceaacf, #CFAAB7);