#cb9cdf
a light, vivid violet · warm · closest name: plum
RGB
203, 156, 223
HSL
282°, 51%, 74%
CMYK
9, 30, 0, 13
Luminance
0.4180
Every format
| HEX | #cb9cdf |
| RGB | rgb(203, 156, 223) |
| HSL | hsl(282, 51%, 74%) |
| CMYK | cmyk(9%, 30%, 0%, 13%) |
| LAB | lab(70.7 29.3 -27.3) |
| LCH | lch(70.7 40.1 317.1) |
| OKLCH | oklch(0.759 0.106 315.6) |
Copy-ready code
/* CSS */
color: #cb9cdf;
background-color: #cb9cdf;
/* Tailwind (arbitrary) */
class="text-[#cb9cdf] bg-[#cb9cdf]"
/* SCSS */
$brand: #cb9cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#cb9cdf")Accessibility — WCAG contrast
Aa
#cb9cdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9cdf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cb9cdf text on a black background
contrast 9.36:1
Card sample
#cb9cdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9cdf;
Background color
Panel with #cb9cdf background
background-color: #cb9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9cdf; background: linear-gradient(135deg, #cb9cdf, #DF9CC6);