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