#cbaacf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 170, 207
HSL
294°, 28%, 74%
CMYK
2, 18, 0, 19
Luminance
0.4595
Every format
| HEX | #cbaacf |
| RGB | rgb(203, 170, 207) |
| HSL | hsl(294, 28%, 74%) |
| CMYK | cmyk(2%, 18%, 0%, 19%) |
| LAB | lab(73.5 18.5 -14.3) |
| LCH | lch(73.5 23.4 322.3) |
| OKLCH | oklch(0.779 0.063 322.7) |
Copy-ready code
/* CSS */
color: #cbaacf;
background-color: #cbaacf;
/* Tailwind (arbitrary) */
class="text-[#cbaacf] bg-[#cbaacf]"
/* SCSS */
$brand: #cbaacf;
/* SwiftUI */
Color(red: 0.796, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#cbaacf")Accessibility — WCAG contrast
Aa
#cbaacf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaacf on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cbaacf text on a black background
contrast 10.19:1
Card sample
#cbaacf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaacf;
Background color
Panel with #cbaacf background
background-color: #cbaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaacf; background: linear-gradient(135deg, #cbaacf, #CFAABA);