#cb8eb9
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 142, 185
HSL
318°, 37%, 68%
CMYK
0, 30, 9, 20
Luminance
0.3555
Every format
| HEX | #cb8eb9 |
| RGB | rgb(203, 142, 185) |
| HSL | hsl(318, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 9%, 20%) |
| LAB | lab(66.2 29.8 -13.1) |
| LCH | lch(66.2 32.6 336.3) |
| OKLCH | oklch(0.720 0.093 337.9) |
Copy-ready code
/* CSS */
color: #cb8eb9;
background-color: #cb8eb9;
/* Tailwind (arbitrary) */
class="text-[#cb8eb9] bg-[#cb8eb9]"
/* SCSS */
$brand: #cb8eb9;
/* SwiftUI */
Color(red: 0.796, green: 0.557, blue: 0.725)
/* Android */
Color.parseColor("#cb8eb9")Accessibility — WCAG contrast
Aa
#cb8eb9 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8eb9 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.7%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow8.9%
Key (black)20.4%
Color previews
#cb8eb9 text on a black background
contrast 8.11:1
Card sample
#cb8eb9 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8eb9;
Background color
Panel with #cb8eb9 background
background-color: #cb8eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 142, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 142, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8eb9; background: linear-gradient(135deg, #cb8eb9, #CB8E90);