#cb85af
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 133, 175
HSL
324°, 40%, 66%
CMYK
0, 35, 14, 20
Luminance
0.3257
Every format
| HEX | #cb85af |
| RGB | rgb(203, 133, 175) |
| HSL | hsl(324, 40%, 66%) |
| CMYK | cmyk(0%, 35%, 14%, 20%) |
| LAB | lab(63.8 33.0 -11.0) |
| LCH | lch(63.8 34.8 341.5) |
| OKLCH | oklch(0.701 0.101 343.3) |
Copy-ready code
/* CSS */
color: #cb85af;
background-color: #cb85af;
/* Tailwind (arbitrary) */
class="text-[#cb85af] bg-[#cb85af]"
/* SCSS */
$brand: #cb85af;
/* SwiftUI */
Color(red: 0.796, green: 0.522, blue: 0.686)
/* Android */
Color.parseColor("#cb85af")Accessibility — WCAG contrast
Aa
#cb85af on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb85af on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow13.8%
Key (black)20.4%
Color previews
#cb85af text on a black background
contrast 7.51:1
Card sample
#cb85af text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb85af;
Background color
Panel with #cb85af background
background-color: #cb85af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb85af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 133, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 133, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb85af; background: linear-gradient(135deg, #cb85af, #CB8A85);