#cb89ac
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 137, 172
HSL
328°, 39%, 67%
CMYK
0, 33, 15, 20
Luminance
0.3357
Every format
| HEX | #cb89ac |
| RGB | rgb(203, 137, 172) |
| HSL | hsl(328, 39%, 67%) |
| CMYK | cmyk(0%, 33%, 15%, 20%) |
| LAB | lab(64.6 30.4 -8.1) |
| LCH | lch(64.6 31.4 345.0) |
| OKLCH | oklch(0.707 0.092 346.7) |
Copy-ready code
/* CSS */
color: #cb89ac;
background-color: #cb89ac;
/* Tailwind (arbitrary) */
class="text-[#cb89ac] bg-[#cb89ac]"
/* SCSS */
$brand: #cb89ac;
/* SwiftUI */
Color(red: 0.796, green: 0.537, blue: 0.675)
/* Android */
Color.parseColor("#cb89ac")Accessibility — WCAG contrast
Aa
#cb89ac on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb89ac on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow15.3%
Key (black)20.4%
Color previews
#cb89ac text on a black background
contrast 7.71:1
Card sample
#cb89ac text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb89ac;
Background color
Panel with #cb89ac background
background-color: #cb89ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb89ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 137, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 137, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb89ac; background: linear-gradient(135deg, #cb89ac, #CB9289);