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