#cb8bdf
a light, vivid violet · warm · closest name: plum
RGB
203, 139, 223
HSL
286°, 57%, 71%
CMYK
9, 38, 0, 13
Luminance
0.3649
Every format
| HEX | #cb8bdf |
| RGB | rgb(203, 139, 223) |
| HSL | hsl(286, 57%, 71%) |
| CMYK | cmyk(9%, 38%, 0%, 13%) |
| LAB | lab(66.9 38.6 -33.2) |
| LCH | lch(66.9 50.9 319.3) |
| OKLCH | oklch(0.730 0.136 317.9) |
Copy-ready code
/* CSS */
color: #cb8bdf;
background-color: #cb8bdf;
/* Tailwind (arbitrary) */
class="text-[#cb8bdf] bg-[#cb8bdf]"
/* SCSS */
$brand: #cb8bdf;
/* SwiftUI */
Color(red: 0.796, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#cb8bdf")Accessibility — WCAG contrast
Aa
#cb8bdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8bdf on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cb8bdf text on a black background
contrast 8.30:1
Card sample
#cb8bdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8bdf;
Background color
Panel with #cb8bdf background
background-color: #cb8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8bdf; background: linear-gradient(135deg, #cb8bdf, #DF8BBB);