#ceaccf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 172, 207
HSL
298°, 27%, 74%
CMYK
1, 17, 0, 19
Luminance
0.4713
Every format
| HEX | #ceaccf |
| RGB | rgb(206, 172, 207) |
| HSL | hsl(298, 27%, 74%) |
| CMYK | cmyk(1%, 17%, 0%, 19%) |
| LAB | lab(74.3 18.4 -13.1) |
| LCH | lch(74.3 22.6 324.6) |
| OKLCH | oklch(0.785 0.062 325.3) |
Copy-ready code
/* CSS */
color: #ceaccf;
background-color: #ceaccf;
/* Tailwind (arbitrary) */
class="text-[#ceaccf] bg-[#ceaccf]"
/* SCSS */
$brand: #ceaccf;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#ceaccf")Accessibility — WCAG contrast
Aa
#ceaccf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaccf on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ceaccf text on a black background
contrast 10.43:1
Card sample
#ceaccf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaccf;
Background color
Panel with #ceaccf background
background-color: #ceaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaccf; background: linear-gradient(135deg, #ceaccf, #CFACB9);