#cb9bda
a light, vivid violet · warm · closest name: plum
RGB
203, 155, 218
HSL
286°, 46%, 73%
CMYK
7, 29, 0, 15
Luminance
0.4120
Every format
| HEX | #cb9bda |
| RGB | rgb(203, 155, 218) |
| HSL | hsl(286, 46%, 73%) |
| CMYK | cmyk(7%, 29%, 0%, 15%) |
| LAB | lab(70.3 28.9 -25.2) |
| LCH | lch(70.3 38.3 318.9) |
| OKLCH | oklch(0.755 0.102 318.0) |
Copy-ready code
/* CSS */
color: #cb9bda;
background-color: #cb9bda;
/* Tailwind (arbitrary) */
class="text-[#cb9bda] bg-[#cb9bda]"
/* SCSS */
$brand: #cb9bda;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#cb9bda")Accessibility — WCAG contrast
Aa
#cb9bda on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9bda on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cb9bda text on a black background
contrast 9.24:1
Card sample
#cb9bda text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9bda;
Background color
Panel with #cb9bda background
background-color: #cb9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9bda; background: linear-gradient(135deg, #cb9bda, #DA9BBF);