#cbaccf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 172, 207
HSL
293°, 27%, 74%
CMYK
2, 17, 0, 19
Luminance
0.4671
Every format
| HEX | #cbaccf |
| RGB | rgb(203, 172, 207) |
| HSL | hsl(293, 27%, 74%) |
| CMYK | cmyk(2%, 17%, 0%, 19%) |
| LAB | lab(74.0 17.4 -13.5) |
| LCH | lch(74.0 22.1 322.1) |
| OKLCH | oklch(0.783 0.060 322.4) |
Copy-ready code
/* CSS */
color: #cbaccf;
background-color: #cbaccf;
/* Tailwind (arbitrary) */
class="text-[#cbaccf] bg-[#cbaccf]"
/* SCSS */
$brand: #cbaccf;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#cbaccf")Accessibility — WCAG contrast
Aa
#cbaccf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaccf on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cbaccf text on a black background
contrast 10.34:1
Card sample
#cbaccf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaccf;
Background color
Panel with #cbaccf background
background-color: #cbaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaccf; background: linear-gradient(135deg, #cbaccf, #CFACBC);