#cbaecf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 174, 207
HSL
293°, 26%, 75%
CMYK
2, 16, 0, 19
Luminance
0.4747
Every format
| HEX | #cbaecf |
| RGB | rgb(203, 174, 207) |
| HSL | hsl(293, 26%, 75%) |
| CMYK | cmyk(2%, 16%, 0%, 19%) |
| LAB | lab(74.5 16.3 -12.8) |
| LCH | lch(74.5 20.8 321.9) |
| OKLCH | oklch(0.786 0.056 322.2) |
Copy-ready code
/* CSS */
color: #cbaecf;
background-color: #cbaecf;
/* Tailwind (arbitrary) */
class="text-[#cbaecf] bg-[#cbaecf]"
/* SCSS */
$brand: #cbaecf;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#cbaecf")Accessibility — WCAG contrast
Aa
#cbaecf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaecf on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cbaecf text on a black background
contrast 10.49:1
Card sample
#cbaecf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaecf;
Background color
Panel with #cbaecf background
background-color: #cbaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaecf; background: linear-gradient(135deg, #cbaecf, #CFAEBD);